httpd/httpd-2.4.27-r1822305.patch
Joe Orton 2971e92b1f link mod_lua against -lcrypt (#1538992)
Resolves: rhbz#1538992
2018-01-27 09:19:58 +01:00

18 lines
447 B
Diff

# ./pullrev.sh 1822305
http://svn.apache.org/viewvc?view=revision&revision=1822305
https://bugzilla.redhat.com/show_bug.cgi?id=1538992
--- httpd-2.4.27/modules/lua/config.m4
+++ httpd-2.4.27/modules/lua/config.m4
@@ -104,7 +104,7 @@
CHECK_LUA()
if test "x$enable_lua" != "xno" ; then
APR_ADDTO(MOD_INCLUDES, [$LUA_CFLAGS])
- APR_ADDTO(MOD_LUA_LDADD, [$LUA_LIBS])
+ APR_ADDTO(MOD_LUA_LDADD, [$LUA_LIBS $CRYPT_LIBS])
fi
])