summaryrefslogtreecommitdiffstats
path: root/src/readline.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-04-20 13:12:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-04-20 13:12:33 (GMT)
commit77063801c07205695fbef18f9f8a144022af46f1 (patch)
treee9314a693838951201e116645f730edfd6fc9d87 /src/readline.mk
parent3e43ec294ff9baadb27465d9f2e66826f6b11058 (diff)
downloadmxe-77063801c07205695fbef18f9f8a144022af46f1.zip
mxe-77063801c07205695fbef18f9f8a144022af46f1.tar.gz
mxe-77063801c07205695fbef18f9f8a144022af46f1.tar.bz2
bugfix in package readline: unset the correct variables to avoid building the shared libraries
Diffstat (limited to 'src/readline.mk')
-rw-r--r--src/readline.mk2
1 files changed, 1 insertions, 1 deletions
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