diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-25 23:16:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-25 23:16:10 (EDT) |
commit | 0ca857af33e3ba56f81cf796a48f5caf075362b7 (patch) | |
tree | 21f60041b274d5f99e73d341a59843056bd1feed | |
parent | c7cf1e5cbbcef3b06e7dce20c279666a10555dc5 (diff) |
Link against libtinfo
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ nop: build: oh-autoconfigure - oh-autobuild + oh-autobuild -- LIBS='-lncurses -ltinfo' touch $@ install: build @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pj@pehjota.net> -Build-Depends: opkhelper-3.0, libncurses.5-dev +Build-Depends: opkhelper-3.0, libncurses.5-dev, libtinfo-dev Homepage: http://www.asty.org/cmatrix/ |