diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-17 15:02:52 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-17 15:02:52 -0700 |
commit | 862d4ddba9a4961e6ffb66c53c843a91eb4fc4c6 (patch) | |
tree | d7994f5f8fc15c629f0651eafcab4cb4155f0523 /recipe.d/0002-ncurses | |
parent | f4886bb3d66726a51bece0d75f40ab7b4e83d4e2 (diff) | |
parent | 9c9eed96db988b70106015e3e84ce60f731f1027 (diff) | |
download | bootstrap.git.DONOTUSE-862d4ddba9a4961e6ffb66c53c843a91eb4fc4c6.tar.gz bootstrap.git.DONOTUSE-862d4ddba9a4961e6ffb66c53c843a91eb4fc4c6.tar.xz bootstrap.git.DONOTUSE-862d4ddba9a4961e6ffb66c53c843a91eb4fc4c6.zip |
Merge branch 'aarch64-ahs3'
Signed-of-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'recipe.d/0002-ncurses')
-rw-r--r-- | recipe.d/0002-ncurses | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipe.d/0002-ncurses b/recipe.d/0002-ncurses index f950766..23c2e7c 100644 --- a/recipe.d/0002-ncurses +++ b/recipe.d/0002-ncurses @@ -1,6 +1,7 @@ mcd $BUILDDIR/ncurses $SRC/ncurses-*/configure $TCONFIGARGS \ --with-shared --without-ada --with-ospeed=unsigned \ + --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \ --enable-overwrite \ --enable-pc-files \ @@ -11,6 +12,6 @@ make $J make $J install -echo "INPUT(-lncurses)" > /usr/lib/libcurses.so -echo "INPUT(-lncursesw)" > /usr/lib/libcursesw.so -echo "INPUT(-ltinfo)" > /usr/lib/libtermcap.so +echo "INPUT(-lncurses)" > /usr/lib$SUFFIX/libcurses.so +echo "INPUT(-lncursesw)" > /usr/lib$SUFFIX/libcursesw.so +echo "INPUT(-ltinfo)" > /usr/lib$SUFFIX/libtermcap.so |