components/libxml2/patches/15.lib-run-path-fix.patch
author Edwin Beasant <Edwin.Beasant@oracle.com>
Tue, 15 May 2012 19:48:50 +0100
changeset 815 e17805629856
parent 713 49ef3f4a3990
child 1044 ab6b15638457
permissions -rw-r--r--
7168611 ksh93 in s11u1_15 and later invokes pfexec with garbage which breaks RBAC in some scenarios

--- libxml2-2.7.6/xml2-config.in.orig	2012-02-28 07:50:52.740749322 -0800
+++ libxml2-2.7.6/xml2-config.in	2012-02-28 07:51:50.794170795 -0800
@@ -91,7 +91,7 @@
 		echo @XML_LIBDIR@ @XML_LIBS@ 
 	    fi
 	else
-	    echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
+	    echo -lxml2
 	fi
        	;;