summaryrefslogtreecommitdiffstats
path: root/editors/gawk/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gawk/BUILD')
-rwxr-xr-xeditors/gawk/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/gawk/BUILD b/editors/gawk/BUILD
index faf4b9655c..6e4e95a0d9 100755
--- a/editors/gawk/BUILD
+++ b/editors/gawk/BUILD
@@ -1,10 +1,14 @@
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
-
+# Disable mpfr and readline as that complicates upgrade
+# of gmp ... which fails mid-way since sorcery really relies
+# on awk to work. Proper fix would be to protect all
+# base libraries during dispel, like libc. -- ThOr
./configure --build=${BUILD} \
--prefix=${TRACK_ROOT}/usr \
--bindir=${TRACK_ROOT}/bin \
--infodir=${TRACK_ROOT}/usr/share/info \
--mandir=${TRACK_ROOT}/usr/share/man \
+ --without-mpfr --without-readline \
${OPTS} &&
make DESTDIR=$INSTALL_ROOT