aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2015-09-14 00:56:39 -0400
committerMemphiz <memphis@machzwo.de>2015-09-15 11:47:56 +0200
commitb5545728f302ff9c2f06932fd8a360a2ff6bb465 (patch)
tree5c94ce4ddcb2a3d49aeaa30aef1d50e65d52c0e5 /tools/depends
parent0c5be20b4bc5208065acdabae5e0eab9c0c848da (diff)
[osx/depends/samba] - changed, proper dylib version is name.number.dylib, not name.dylib.number. Just mv the number and do install_name_tool fixups
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/samba-gplv3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/samba-gplv3/Makefile b/tools/depends/target/samba-gplv3/Makefile
index 19e4c808e0..dabedc4eb3 100644
--- a/tools/depends/target/samba-gplv3/Makefile
+++ b/tools/depends/target/samba-gplv3/Makefile
@@ -50,7 +50,8 @@ $(LIBDYLIB): $(PLATFORM)
.installed-$(PLATFORM): $(LIBDYLIB)
$(MAKE) -C $(PLATFORM)/source3 installlibsmbclient
ifeq (darwin, $(findstring darwin, $(HOST)))
- install_name_tool -id $(PREFIX)/lib/libsmbclient.dylib.0 $(PREFIX)/lib/libsmbclient.dylib.0
+ mv $(PREFIX)/lib/libsmbclient.dylib.0 $(PREFIX)/lib/libsmbclient.dylib
+ install_name_tool -id $(PREFIX)/lib/libsmbclient.dylib $(PREFIX)/lib/libsmbclient.dylib
endif
ifeq ($(OS),android)
rm -f $(PREFIX)/lib/libsmbclient.so