From: Julien Cristau Date: Sun, 13 Jul 2008 15:13:32 +0000 (+0200) Subject: mklib: don't version symbols when using --exports X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=270b2a5c54c581019af5abd1fce966c1148cc168;p=mesa.git mklib: don't version symbols when using --exports Use the default version instead of one based on the library SONAME in the version script created by --exports. --- diff --git a/bin/mklib b/bin/mklib index e17e2fee0b1..031e049c615 100755 --- a/bin/mklib +++ b/bin/mklib @@ -246,7 +246,7 @@ case $ARCH in if [ $EXPORTS ] ; then #OPTS="${OPTS} -Xlinker --retain-symbols-file ${EXPORTS}" # Make the 'exptmp' file for --version-script option - echo "VERSION_${MAJOR}.${MINOR} {" > exptmp + echo "{" > exptmp echo "global:" >> exptmp sed 's/$/;/' ${EXPORTS} >> exptmp echo "local:" >> exptmp