mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
* modules/lua/config.m4: Link mod_lua against -lcrypt if available,
since mk_password_hash() can use crypt(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1822305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -104,7 +104,7 @@ APACHE_MODULE(lua, Apache Lua Framework, $lua_objects, , , [
|
|||||||
CHECK_LUA()
|
CHECK_LUA()
|
||||||
if test "x$enable_lua" != "xno" ; then
|
if test "x$enable_lua" != "xno" ; then
|
||||||
APR_ADDTO(MOD_INCLUDES, [$LUA_CFLAGS])
|
APR_ADDTO(MOD_INCLUDES, [$LUA_CFLAGS])
|
||||||
APR_ADDTO(MOD_LUA_LDADD, [$LUA_LIBS])
|
APR_ADDTO(MOD_LUA_LDADD, [$LUA_LIBS $CRYPT_LIBS])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user