components/libxml2/patches/15.lib-run-path-fix.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Mon, 16 Jul 2012 14:07:33 -0700
changeset 918 35e4a56e4a26
parent 713 49ef3f4a3990
child 1044 ab6b15638457
permissions -rw-r--r--
7184322 libxml2 should pass its internal test suite
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
713
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- libxml2-2.7.6/xml2-config.in.orig	2012-02-28 07:50:52.740749322 -0800
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ libxml2-2.7.6/xml2-config.in	2012-02-28 07:51:50.794170795 -0800
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -91,7 +91,7 @@
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 		echo @XML_LIBDIR@ @XML_LIBS@ 
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
 	    fi
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 	else
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-	    echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+	    echo -lxml2
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 	fi
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
        	;;
49ef3f4a3990 7087645 xml2-config always emits 32-bit default library run paths
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11