Skip to content

Commit

Permalink
dialog: Set LDFLAGS for ltinfo and lncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
larseje committed Sep 3, 2015
1 parent 383f1e1 commit 9402116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dialog/Buildfile
Expand Up @@ -15,7 +15,8 @@ build () {
--host=$HOST \
--prefix=/usr \
--mandir=/usr/share/man \
--with-ncurses
--with-ncurses \
LDFLAGS="-ltinfo -lncurses"

find -type f -name 'makefile' \
-exec sed -e 's|-I/usr|-I$SYSROOT/usr|g' \
Expand Down

0 comments on commit 9402116

Please sign in to comment.