From 519fed5f73d0510c37500463ccde529729e4c7f6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 22 Jul 2010 09:08:34 +0200 Subject: 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. --- package/lighttpd/lighttpd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lighttpd') diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 1a2562cfc..3ac1f07ad 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -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 -- cgit v1.2.3