summaryrefslogtreecommitdiff
path: root/Ports/ncurses/package.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-11-16 13:18:21 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-16 13:18:43 +0100
commitba97548686b69a3f9c966900733b0a17bad2f9e3 (patch)
tree077e71e73cb273a50deac832e39b2fe5cca933a8 /Ports/ncurses/package.sh
parent0414e390350887a65ddcb18f3372992f4290d94a (diff)
downloadserenity-ba97548686b69a3f9c966900733b0a17bad2f9e3.zip
Ports: Build ncurses with --with-termlib
This ensures that a libtinfo.a is produced, which is needed by nano.
Diffstat (limited to 'Ports/ncurses/package.sh')
-rwxr-xr-xPorts/ncurses/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/ncurses/package.sh b/Ports/ncurses/package.sh
index ef3fb62fae..719d45b3fb 100755
--- a/Ports/ncurses/package.sh
+++ b/Ports/ncurses/package.sh
@@ -2,4 +2,5 @@
port=ncurses
version=6.1
useconfigure=true
+configopts="--with-termlib"
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"