summaryrefslogtreecommitdiff
path: root/ncurses/ncurses_5.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/ncurses_5.4.oe')
-rw-r--r--ncurses/ncurses_5.4.oe5
1 files changed, 1 insertions, 4 deletions
diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe
index cd615875b8..4238d59e92 100644
--- a/ncurses/ncurses_5.4.oe
+++ b/ncurses/ncurses_5.4.oe
@@ -23,6 +23,7 @@ EXTRA_OECONF = "--with-shared \
--enable-overwrite"
export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}"
export BUILD_LDFLAGS = ""
+export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
do_configure_prepend () {
if [ -e aclocal.m4 -a ! -e acinclude.m4 ]; then
@@ -36,10 +37,6 @@ do_configure () {
oe_runconf
}
-do_compile () {
- oe_runmake BUILD_LDFLAGS="" 'BUILD_CCFLAGS=${BUILD_CCFLAGS}'
-}
-
do_stage () {
for i in ncurses panel form menu; do
oe_soinstall lib/lib$i.so.${PV} ${STAGING_LIBDIR}/