]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/apache: fix lua detection
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 1 Apr 2018 12:26:40 +0000 (14:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 14:22:25 +0000 (16:22 +0200)
Patch suggested by Thomas: Adding a path to --with-lua disables
pkgconf-based detection of lua, which in some cases needs libdl.

This patch removes --with-lua which fixes
http://autobuild.buildroot.net/results/cc1/cc13f4cef9cf6f18615d58f1d83b233812f19fa0/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/apache/apache.mk

index 3b39be4a40a2b88839553e23afb8e36d62e31491..23414fe44d465ef12944df0dff3ce6b11adc5e73 100644 (file)
@@ -57,9 +57,7 @@ APACHE_CONF_OPTS += \
 endif
 
 ifeq ($(BR2_PACKAGE_LUA),y)
-APACHE_CONF_OPTS += \
-       --enable-lua \
-       --with-lua=$(STAGING_DIR)/usr
+APACHE_CONF_OPTS += --enable-lua
 APACHE_DEPENDENCIES += lua
 else
 APACHE_CONF_OPTS += --disable-lua