summaryrefslogtreecommitdiff
path: root/package/tcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/tcl/Makefile')
-rw-r--r--package/tcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/tcl/Makefile b/package/tcl/Makefile
index c1437cf8d..ec8777be4 100644
--- a/package/tcl/Makefile
+++ b/package/tcl/Makefile
@@ -24,15 +24,14 @@ CONFIGURE_ENV+= tcl_cv_strstr_unbroken=ok \
tcl_cv_strtod_buggy=ok \
tcl_cv_strtod_unbroken=ok \
tcl_cv_strtoul_unbroken=ok
-CONFIGURE_ARGS+= --enable-man-symlinks \
- --enable-shared
+CONFIGURE_ARGS+= --enable-man-symlinks
BUILD_STYLE= auto
INSTALL_STYLE= auto
post-install:
${INSTALL_DIR} ${IDIR_TCL}/usr/lib ${IDIR_TCL}/usr/bin
${CP} ${WRKINST}/usr/bin/* ${IDIR_TCL}/usr/bin
- ${CP} ${WRKINST}/usr/lib/* ${IDIR_TCL}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_TCL}/usr/lib
chmod u+w ${IDIR_TCL}/usr/lib/libtcl8.4.so # for strip
include ${TOPDIR}/mk/pkg-bottom.mk