From 77063801c07205695fbef18f9f8a144022af46f1 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Mon, 20 Apr 2009 15:12:33 +0200 Subject: bugfix in package readline: unset the correct variables to avoid building the shared libraries --- src/readline.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/readline.mk b/src/readline.mk index b9c8c24..fe6ea55 100644 --- a/src/readline.mk +++ b/src/readline.mk @@ -26,5 +26,5 @@ define $(PKG)_BUILD --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 -- cgit v0.12