changeset 1246:9f58f9a6b9e4

Strangely, ncurses won't build shared libraries unless explicitly told to do so on the configure command line. (Yes, it's a library package. No, I don't know what they were smoking either.)
author Rob Landley <rob@landley.net>
date Sun, 12 Sep 2010 19:21:42 -0500
parents 313a2569dfe2
children 84ea1b53b73c
files sources/native-builds/gentoo-stage1-files/init
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native-builds/gentoo-stage1-files/init	Sun Sep 12 18:05:42 2010 -0500
+++ b/sources/native-builds/gentoo-stage1-files/init	Sun Sep 12 19:21:42 2010 -0500
@@ -60,7 +60,7 @@
 
 set_titlebar "ncurses" && cp -sfR /mnt/ncurses ncurses && cd ncurses &&
 
-./configure --without-cxx-binding &&
+./configure --without-cxx-binding --with-shared &&
 make -j $CPUS &&
 make install &&