changeset 331:0d33bf4aa55f

bugfix in package readline: unset the correct variables to avoid building the shared libraries
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 20 Apr 2009 15:12:33 +0200
parents 67fb15f9072f
children 0eb8062e5797
files src/readline.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/readline.mk	Mon Apr 20 15:02:18 2009 +0200
+++ b/src/readline.mk	Mon Apr 20 15:12:33 2009 +0200
@@ -26,5 +26,5 @@
         --without-purify \
         --with-curses \
         LIBS='-lpdcurses'
-    $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+    $(MAKE) -C '$(1)' -j '$(JOBS)' install SHARED_LIBS=
 endef