summaryrefslogtreecommitdiff
path: root/source3/script/mksyms.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11s3:mksyms: fix spelling...Michael Adam1-1/+1
Michael
2008-10-30mksyms.sh: Fix typo in comment.Jelmer Vernooij1-1/+1
2008-06-27Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger1-29/+5
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5)
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher1-5/+29
There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129) (This used to be commit a739652d94300881479262648592223536fc8eec)
2008-03-24Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter1-1/+1
Remaining problem is that not all *.syms linker scripts are generated so the LD command needs to look in a single place. Out of tree builds now work but report write access to the source tree in order to create the $(srcdir)/expotrs/libtdb.sysms file. (This used to be commit 6e9287c5c3a6bbd15ec495593978c1a76e64ee60)
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam1-0/+45
This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)