diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-16 22:26:21 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-16 22:26:21 +0000 |
commit | 97ab85558cf2357af8caf074594a348c188ea26f (patch) | |
tree | 274aa7759aed6f5da634f3864f697d37cf2a221e /openwrt/package/lighttpd/patches | |
parent | 56ccdab3fd592f5bbd4f29b5adfbefd9f6fa7aff (diff) |
Create iptraf directories
Build mod_webdav for lighttpd
Fix libtool patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lighttpd/patches')
-rw-r--r-- | openwrt/package/lighttpd/patches/501-libxml2_includes.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/patches/501-libxml2_includes.patch b/openwrt/package/lighttpd/patches/501-libxml2_includes.patch new file mode 100644 index 0000000000..4b7943d9d1 --- /dev/null +++ b/openwrt/package/lighttpd/patches/501-libxml2_includes.patch @@ -0,0 +1,12 @@ +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@ |