]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/apache/apache.mk
package/apache: fix lua detection
[coffee/buildroot.git] / 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