diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-01 11:29:52 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-01 11:29:52 +0000 |
commit | f57822c4de3d8f4d0bf47a26e67c13beff3b8161 (patch) | |
tree | de1fa787c0db778fb503facb63b7fa478ec28e22 /openwrt/package/lighttpd/Makefile | |
parent | b54d6b49ab461c1e9c732b2b2974c9803f1b5bc4 (diff) |
remove intrusive patch and find-a-better-way-to-do-it (tm)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3720 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5b53d33a12..d0a88a65a2 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 $@ |