projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5cd68
)
mklib: don't version symbols when using --exports
author
Julien Cristau
<jcristau@debian.org>
Sun, 13 Jul 2008 15:13:32 +0000
(17:13 +0200)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Jul 2008 14:41:54 +0000
(08:41 -0600)
Use the default version instead of one based on the library SONAME
in the version script created by --exports.
bin/mklib
patch
|
blob
|
history
diff --git
a/bin/mklib
b/bin/mklib
index e17e2fee0b10f8987ff8db3331d1df793c42e5c2..031e049c615584ea026de641d30aa3e96e30518e 100755
(executable)
--- 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