diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-21 22:16:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-21 22:16:26 +0000 |
commit | 64f88cf7f3cf30fb9e119b14ad1394574ba286d9 (patch) | |
tree | 91383592ec81db1be78beeaca982c7adf15e14c9 /ncurses | |
parent | 23a25a05f2cdb743800803084e086157699177a0 (diff) |
Correct program-prefix for fakeroot and ncurses, and add a necessary define for libnet 1.0.2.
BKrev: 3f95b03a4rV7MGroVqGzGUMry2Rxxg
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/ncurses_5.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe index ff857f0ee0..cb67f1daa5 100644 --- a/ncurses/ncurses_5.3.oe +++ b/ncurses/ncurses_5.3.oe @@ -24,7 +24,8 @@ EXTRA_OECONF=--with-shared \ --enable-termcap \ --without-cxx-binding \ --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ - --enable-overwrite + --enable-overwrite \ + --program-prefix= export BUILD_CC := ${BUILD_CC} export BUILD_CCFLAGS=-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS} export BUILD_LDFLAGS= |