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.
This commit is contained in:
Julien Cristau 2008-07-13 17:13:32 +02:00 committed by Brian Paul
parent a63b90712a
commit f7eb0cec69
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,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