summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-25 16:40:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-25 16:43:31 +0200
commitc3e19dfbe55f69226170f29b4e70ea13a84aa7c8 (patch)
tree94b31b6ddea5f4ed9112f8bb4370cb3349938941 /package
parent7d713f847f01831fdd19a6d7e205316c545ff96e (diff)
do not install static libraries
Diffstat (limited to 'package')
-rw-r--r--package/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile
index 059b85efa..e7768797d 100644
--- a/package/samba/Makefile
+++ b/package/samba/Makefile
@@ -103,7 +103,7 @@ samba-lib-install:
${INSTALL_DIR} ${IDIR_SAMBA_LIB}/usr/lib
${CP} ${WRKINST}/usr/lib/{libsmbclient,libsmbsharemodes,libnetapi}.so* \
${IDIR_SAMBA_LIB}/usr/lib
- $(CP) ${WRKINST}/usr/lib/{libtalloc,libtdb,libtevent}.* \
+ $(CP) ${WRKINST}/usr/lib/{libtalloc,libtdb,libtevent}.so* \
${IDIR_SAMBA_LIB}/usr/lib
include ${ADK_TOPDIR}/mk/pkg-bottom.mk