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/patches | |
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/patches')
-rw-r--r-- | openwrt/package/lighttpd/patches/501-libxml2_includes.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/lighttpd/patches/501-libxml2_includes.patch b/openwrt/package/lighttpd/patches/501-libxml2_includes.patch deleted file mode 100644 index 4b7943d..0000000 --- a/openwrt/package/lighttpd/patches/501-libxml2_includes.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN lighttpd-1.4.11/src/Makefile.in lighttpd-1.4.11.new/src/Makefile.in ---- lighttpd-1.4.11/src/Makefile.in 2006-03-07 13:21:02.000000000 +0100 -+++ lighttpd-1.4.11.new/src/Makefile.in 2006-04-17 00:16:12.000000000 +0200 -@@ -409,7 +409,7 @@ - STRIP = @STRIP@ - U = @U@ - VERSION = @VERSION@ --XML_CFLAGS = @XML_CFLAGS@ -+XML_CFLAGS = -I$(STAGING_DIR)/usr/include/libxml2 - XML_LIBS = @XML_LIBS@ - Z_LIB = @Z_LIB@ - ac_ct_AR = @ac_ct_AR@ |