mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
a63b90712a
commit
f7eb0cec69
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue