diff options
author | P. 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) |
commit | a9c24a9575a25d6e94505e6500660e472478d7fd (patch) | |
tree | 8814237fd67d33c82c48455ed1c16c180deb9be8 /build | |
parent | cb481970d8e385caf8cc57a8ca36d87d69108322 (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
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ configure: touch $@ build: configure - oh-autobuild + oh-autobuild -- SHLIB_LIBS='-ltinfo' touch $@ install: build |