Merge branch '34-tcltk-compile-with-enable-share' into 'master'

Resolve "TclTk: compile with --enable-share on Linux"

Closes #34

See merge request Pmodules/buildblocks!39
This commit is contained in:
2019-09-05 17:24:33 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ pbuild::configure_Darwin() {
pbuild::configure_Linux() {
"${SRC_DIR}/unix/configure" \
--prefix="${PREFIX}" \
--enable-shared=no \
|| exit 1
}

View File

@@ -27,7 +27,6 @@ pbuild::configure_Darwin() {
pbuild::configure_Linux() {
"${SRC_DIR}/unix/configure" \
--prefix="${PREFIX}" \
--enable-shared=no \
--with-tcl="${PREFIX}/lib" \
|| exit 1
}