summaryrefslogtreecommitdiff
path: root/package/tcl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
commite874f84fdb6eb83d905a72b35d87398374594b97 (patch)
tree38ecc86989a194756836fa411c4bfb7c4b68913f /package/tcl/Makefile
parent68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff)
more regressions found at runtime on alic1c
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