summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-08 14:20:33 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-08 14:20:33 (EST)
commita9c24a9575a25d6e94505e6500660e472478d7fd (patch)
tree8814237fd67d33c82c48455ed1c16c180deb9be8
parentcb481970d8e385caf8cc57a8ca36d87d69108322 (diff)
build: Link against libtinfo.so.
At least Debian and Fedora do this. Fixes issues like this: gawk: symbol lookup error: /usr/lib/core-linux-eglibc/libreadline.so.6: undefined symbol: UP
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 60c5e2f..be52075 100755
--- a/build
+++ b/build
@@ -10,7 +10,7 @@ configure:
touch $@
build: configure
- oh-autobuild
+ oh-autobuild -- SHLIB_LIBS='-ltinfo'
touch $@
install: build