bugfix in package readline: unset the correct variables to avoid building the shared libraries

This commit is contained in:
Volker Grabsch 2009-04-20 15:12:33 +02:00
parent 3e43ec294f
commit 77063801c0
1 changed files with 1 additions and 1 deletions

View File

@ -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