1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-13 20:00:16 +02:00
openwrt-xburst/openwrt/package/lighttpd/patches/501-libxml2_includes.patch
florian 97ab85558c 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
2006-04-16 22:26:21 +00:00

13 lines
434 B
Diff

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@