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:
@@ -20,7 +20,6 @@ pbuild::configure_Darwin() {
|
||||
pbuild::configure_Linux() {
|
||||
"${SRC_DIR}/unix/configure" \
|
||||
--prefix="${PREFIX}" \
|
||||
--enable-shared=no \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user