components/libxml2/patches/15.lib-run-path-fix.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 1044 ab6b15638457
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

--- libxml2-2.9.0/xml2-config.in	Mon Sep 10 20:52:46 2012
+++ libxml2-2.9.0/xml2-config.in	Fri Oct 26 04:03:45 2012
@@ -91,7 +91,7 @@
 		echo @XML_LIBDIR@ @XML_LIBS@ @MODULE_PLATFORM_LIBS@
 	    fi
 	else
-	    echo @XML_LIBDIR@ @XML_LIBS@ @MODULE_PLATFORM_LIBS@ @WIN32_EXTRA_LIBADD@
+	    echo -lxml2
 	fi
        	;;