open-src/lib/libXp/solaris-abi.patch
author X gate hg captive account <xhg@xserver.us.oracle.com>
Wed, 19 Aug 2015 13:48:41 -0700
changeset 1484 bc8922b8e1d2
parent 535 903fe8bb7012
permissions -rw-r--r--
Added tag s11u3_30 for changeset 221e9d9cc9cb

Solaris libXp was shipped as libXp.so.1 so use that for binary compatibility

--- src/Makefile.am	Fri Dec  2 20:41:50 2005
+++ src/Makefile.am	Mon Aug 11 14:49:19 2008
@@ -31,5 +31,4 @@
 # every platform, so until we change the ABI in an incompatible fashion,
 # we have to use -version-number
 #
-XP_VERSION=-version-number 6:2:0
-libXp_la_LDFLAGS = $(XP_VERSION) -no-undefined
+libXp_la_LDFLAGS = -version-number 1 -no-undefined