[xml/sgml-pkgs] Bug#674474: libxml2-dev: arch-dependent file in "Multi-Arch: same" package
Jakub Wilk
jwilk at debian.org
Tue May 29 22:13:56 UTC 2012
found 674474 2.8.0+dfsg1-1
thanks
Please see the diff between i386 and kfreebsd-i386.
--
Jakub Wilk
-------------- next part --------------
diff -ur libxml2-dev_2.8.0+dfsg1-1_kfreebsd-i386/usr/bin/xml2-config libxml2-dev_2.8.0+dfsg1-1_i386/usr/bin/xml2-config
--- libxml2-dev_2.8.0+dfsg1-1_kfreebsd-i386/usr/bin/xml2-config 2012-05-28 23:10:06.000000000 +0200
+++ libxml2-dev_2.8.0+dfsg1-1_i386/usr/bin/xml2-config 2012-05-29 01:32:46.000000000 +0200
@@ -86,12 +86,12 @@
then
if [ "-L${libdir}" = "-L/usr/lib" -o "-L${libdir}" = "-L/usr/lib64" ]
then
- echo -lxml2 -lz -lpthread -lm
+ echo -lxml2 -lz -lm
else
- echo -L${libdir} -lxml2 -lz -lpthread -lm
+ echo -L${libdir} -lxml2 -lz -lm
fi
else
- echo -L${libdir} -lxml2 -lz -lpthread -lm
+ echo -L${libdir} -lxml2 -lz -lm
fi
;;
More information about the debian-xml-sgml-pkgs
mailing list