diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-23 11:52:31 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-23 17:19:57 +0200 |
commit | 7abda3fb9d10ec5c8b2f61508cd1362d324e3a8a (patch) | |
tree | e5f177f3e0e25ebed8e4726b3b49d56da817662d /source3/script/mksyms.awk | |
parent | 3d6911afca4c3412b71ba2aeb75abc71cabf74df (diff) | |
download | samba-7abda3fb9d10ec5c8b2f61508cd1362d324e3a8a.tar.gz samba-7abda3fb9d10ec5c8b2f61508cd1362d324e3a8a.tar.xz samba-7abda3fb9d10ec5c8b2f61508cd1362d324e3a8a.zip |
build: add symbol versioning when we build with gnu ld
There's --enable-symbol-versioning=no to disable it.
metze
(cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129)
(This used to be commit a739652d94300881479262648592223536fc8eec)
Diffstat (limited to 'source3/script/mksyms.awk')
-rw-r--r-- | source3/script/mksyms.awk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/script/mksyms.awk b/source3/script/mksyms.awk index a30bea4d340..dfe51dba7f0 100644 --- a/source3/script/mksyms.awk +++ b/source3/script/mksyms.awk @@ -9,9 +9,6 @@ BEGIN { inheader=0; current_file=""; - print "#" - print "# This file is automatically generated with \"make symbols\". DO NOT EDIT " - print "#" print "{" print "\tglobal:" } |