diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-06-09 08:39:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-27 13:46:26 +0200 |
commit | 006515d88923202c4a129cfa477eaefc01f1fc78 (patch) | |
tree | 58752e6f9be60b0586f0d2edccb589c877eee645 /source3/exports | |
parent | 34dc60a74fe0157412a8bbda015ed995ac08c589 (diff) | |
download | samba-006515d88923202c4a129cfa477eaefc01f1fc78.tar.gz samba-006515d88923202c4a129cfa477eaefc01f1fc78.tar.bz2 samba-006515d88923202c4a129cfa477eaefc01f1fc78.zip |
Revert "build: add symbol versioning when we build with gnu ld"
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)
Diffstat (limited to 'source3/exports')
-rw-r--r-- | source3/exports/libsmbclient.version.syms | 8 | ||||
-rw-r--r-- | source3/exports/libsmbsharemodes.version.syms | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/source3/exports/libsmbclient.version.syms b/source3/exports/libsmbclient.version.syms deleted file mode 100644 index 6afdbcbadf..0000000000 --- a/source3/exports/libsmbclient.version.syms +++ /dev/null @@ -1,8 +0,0 @@ -# -# we use no version symbols for libsmbclient -# to be compatible with 3.0.x -# -{ - global: smbc_*; - local: *; -}; diff --git a/source3/exports/libsmbsharemodes.version.syms b/source3/exports/libsmbsharemodes.version.syms deleted file mode 100644 index cf3f0336e9..0000000000 --- a/source3/exports/libsmbsharemodes.version.syms +++ /dev/null @@ -1,7 +0,0 @@ -# -# we use no version symbols for libsmbsharemodes -# to be compatible with 3.0.x -# -{ - global: *; -}; |