summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-08 17:39:24 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-08 17:39:24 +0100
commit6067b80c95ee1e027001e08b4cc899664f1ca436 (patch)
tree6ef262685924fff0e960aa0ae64df98963d54975 /packages
parent3a3485c695e5d2dbfebbd572ba4f71c19197e5e1 (diff)
minor adaption for ncurses
Diffstat (limited to 'packages')
-rw-r--r--packages/ncurses-5.9/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ncurses-5.9/README b/packages/ncurses-5.9/README
index 955b60a..a723682 100644
--- a/packages/ncurses-5.9/README
+++ b/packages/ncurses-5.9/README
@@ -3,4 +3,5 @@
3. exchange config.sub (just add foolos) and add +x
4. put termios.h in sysroot/usr/include/sys
5. ./configure --host=i686-foolos --without-tests --with-fallbacks=xterm
+(or $ ./configure --host=i686-foolos --without-tests --with-fallbacks=xterm --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0"
6. make