diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-05-01 11:29:52 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-05-01 11:29:52 +0000 |
| commit | d4bcf308568b8a9f2028f7c6a053ebd8c6769f37 (patch) | |
| tree | 7a430579dcf43754cfff6a899a2844a316769870 /openwrt/package/lighttpd/Makefile | |
| parent | f9c716496c8407964d5016a1c6ba036b1eb7a878 (diff) | |
| download | mtk-20170518-d4bcf308568b8a9f2028f7c6a053ebd8c6769f37.zip mtk-20170518-d4bcf308568b8a9f2028f7c6a053ebd8c6769f37.tar.gz mtk-20170518-d4bcf308568b8a9f2028f7c6a053ebd8c6769f37.tar.bz2 | |
remove intrusive patch and find-a-better-way-to-do-it (tm)
SVN-Revision: 3720
Diffstat (limited to 'openwrt/package/lighttpd/Makefile')
| -rw-r--r-- | openwrt/package/lighttpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/lighttpd/Makefile b/openwrt/package/lighttpd/Makefile index 5b53d33..d0a88a6 100644 --- a/openwrt/package/lighttpd/Makefile +++ b/openwrt/package/lighttpd/Makefile @@ -65,7 +65,7 @@ $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include/libxml2 -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ PCRE_LIB="-lpcre" \ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \ @@ -111,7 +111,6 @@ $(PKG_BUILD_DIR)/.built: rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ - STAGING_DIR=$(STAGING_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install touch $@ |
