mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
lighttpd: fix build with pcre support
We need to tell where pcre-config is installed, now that STAGING_DIR/usr/bin no longer is in the path.
This commit is contained in:
@@ -37,7 +37,7 @@ LIGHTTPD_CONF_OPT += --without-bzip2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIGHTTPD_PCRE),y)
|
||||
LIGHTTPD_CONF_ENV = PCRE_LIB="-lpcre"
|
||||
LIGHTTPD_CONF_ENV = PCRECONFIG=$(STAGING_DIR)/usr/bin/pcre-config
|
||||
LIGHTTPD_DEPENDENCIES += pcre
|
||||
LIGHTTPD_CONF_OPT += --with-pcre
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user