diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:15:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:15:16 +0000 |
commit | 50f74c5b385f9968be1c0dc70eea03ef29061d5b (patch) | |
tree | 85cfccb3c7c14fb9ffb313fa6c06e39c9e4c702a /meta/packages/ncurses/ncurses.inc | |
parent | fd84c3e3a39c0f7f3e7faa34725e049371f8ab01 (diff) | |
download | poky-50f74c5b385f9968be1c0dc70eea03ef29061d5b.tar.gz |
ncurses: Enable using libtool, fix makefiles so libtool works
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4255 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ncurses/ncurses.inc')
-rw-r--r-- | meta/packages/ncurses/ncurses.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/ncurses/ncurses.inc b/meta/packages/ncurses/ncurses.inc index 027f037ee5..60cc9db66b 100644 --- a/meta/packages/ncurses/ncurses.inc +++ b/meta/packages/ncurses/ncurses.inc | |||
@@ -20,6 +20,7 @@ FILES_${PN} = "${bindir}/tput ${bindir}/tset ${libdir}/lib*.so.* usr/share/tabse | |||
20 | PARALLEL_MAKE="" | 20 | PARALLEL_MAKE="" |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-shared \ | 22 | EXTRA_OECONF = "--with-shared \ |
23 | --with-libtool \ | ||
23 | --without-profile \ | 24 | --without-profile \ |
24 | --without-debug \ | 25 | --without-debug \ |
25 | --disable-rpath \ | 26 | --disable-rpath \ |