diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:40:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:43:31 +0200 |
commit | c3e19dfbe55f69226170f29b4e70ea13a84aa7c8 (patch) | |
tree | 94b31b6ddea5f4ed9112f8bb4370cb3349938941 /package/samba | |
parent | 7d713f847f01831fdd19a6d7e205316c545ff96e (diff) |
do not install static libraries
Diffstat (limited to 'package/samba')
-rw-r--r-- | package/samba/Makefile | 2 |
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 |