[Lunar-commits] <moonbase> readline: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 23 21:30:30 CET 2011
commit 63675231b09ac8ebf36d6644913873b3ef1ac398
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Mar 23 21:30:30 2011 +0100
readline: disabled static libs
---
libs/readline/BUILD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index 6f0f297..d13acf9 100644
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -15,13 +15,14 @@
# DO NOT MESS WITH THE CONFIGURE STUFF here unless you
# really know what you're doing! We chose the lib location
# specifically so we could link readline to bash which is
- # needed at init time! If you move it you could break your
+ # needed at init time! If you move it you could break your
# system!
./configure --libdir=/lib \
--prefix=/usr \
--mandir=/usr/share/man \
- --infodir=/usr/share/info &&
+ --infodir=/usr/share/info \
+ --disable-static &&
make SHLIB_LIBS=-lncurses &&
prepare_install &&
make install &&
More information about the Lunar-commits
mailing list