projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1ab5e
)
libxml2: enable ipv6 support if enabled in buildroot
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Aug 2008 07:48:15 +0000
(07:48 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Aug 2008 07:48:15 +0000
(07:48 -0000)
package/libxml2/libxml2.mk
patch
|
blob
|
history
diff --git
a/package/libxml2/libxml2.mk
b/package/libxml2/libxml2.mk
index 68c0872c04e8affb6aa525d3adb9c27b0c039030..f01b21f002c50751b80fccf7463ab81db8b988c6 100644
(file)
--- a/
package/libxml2/libxml2.mk
+++ b/
package/libxml2/libxml2.mk
@@
-17,7
+17,7
@@
LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
endif
LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
- --enable-static
--enable-ipv6=no
\
+ --enable-static
$(DISABLE_IPV6)
\
--without-debugging --without-python \
--without-threads $(DISABLE_NLS)