]> git.pld-linux.org Git - packages/xmlrpc-c.git/commitdiff
- new auto/th/xmlrpc-c-1_10_00-3
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 6 Dec 2007 09:51:29 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmlrpc-c-syntax-fix.patch -> 1.1

xmlrpc-c-syntax-fix.patch [new file with mode: 0644]

diff --git a/xmlrpc-c-syntax-fix.patch b/xmlrpc-c-syntax-fix.patch
new file mode 100644 (file)
index 0000000..f17d98f
--- /dev/null
@@ -0,0 +1,17 @@
+--- xmlrpc-c-1.10.00/xmlrpc-c-config.main~     2007-12-06 10:27:16.653399101 +0100
++++ xmlrpc-c-1.10.00/xmlrpc-c-config.main      2007-12-06 10:27:34.764219414 +0100
+@@ -126,11 +126,11 @@
+       ;;
+     --libs)
+       if test "$NEED_WL_RPATH" = "yes"; then
+-          $rpath=$the_wl_rpath
++          rpath=$the_wl_rpath
+       elif test "$NEED_RPATH" = "yes"; then
+-          $rpath=$the_rpath
++          rpath=$the_rpath
+       else
+-          $rpath=
++          rpath=
+       fi
+       echo "$the_libdirs  $rpath $the_libs"
This page took 0.068728 seconds and 4 git commands to generate.