OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.4 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../xmlstarlet/no-static-xml-libs.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- xmlstarlet-1.0.1/configure.orig 2006-01-24 01:08:50.000000000 +0100
  17. +++ xmlstarlet-1.0.1/configure 2006-01-24 01:10:12.000000000 +0100
  18. @@ -2159,7 +2159,7 @@
  19. if test "x$LIBXML_LIBS" = "x"
  20. then
  21. - LIBXML_LIBS="${LIBXML_PREFIX}/lib/libxml2.a -lz -lm -lpthread -ldl"
  22. + LIBXML_LIBS="-lxml2 -lz -lm -lpthread -ldl"
  23. fi
  24. if test "x$LIBXSLT_CFLAGS" = "x"
  25. @@ -2169,7 +2169,7 @@
  26. if test "x$LIBXSLT_LIBS" = "x"
  27. then
  28. - LIBXSLT_LIBS="${LIBXSLT_PREFIX}/lib/libxslt.a ${LIBXSLT_PREFIX}/lib/libexslt.a -lz -lm -lpthread"
  29. + LIBXSLT_LIBS="-lxslt -lexslt -lz -lm -lpthread"
  30. fi
  31. if test "x$LIBICONV_CFLAGS" = "x"
  32. @@ -2179,7 +2179,7 @@
  33. if test "x$LIBICONV_LIBS" = "x"
  34. then
  35. - LIBICONV_LIBS="-L${LIBXSLT_PREFIX}/lib"
  36. + LIBICONV_LIBS=""
  37. fi