summaryrefslogtreecommitdiffstats
path: root/rules/libnewt.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-02 12:03:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-02 13:24:28 +0100
commitfdba0b9a7776001c285c2932304c25cf00aed3d6 (patch)
tree303002628abc9d11a2b0c068398dd7a01cd0ffef /rules/libnewt.make
parent276d5706f591bee06e289357afae5620dc859272 (diff)
downloadptxdist-fdba0b9a7776001c285c2932304c25cf00aed3d6.tar.gz
ptxdist-fdba0b9a7776001c285c2932304c25cf00aed3d6.tar.xz
libnewt: improve
Improve parallel building patch to avoid rebuilding during 'make install'. Remove unnecessary dependency. libpopt is only needed for whiptail, which is not used in PTXdist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnewt.make')
-rw-r--r--rules/libnewt.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/libnewt.make b/rules/libnewt.make
index 5c99bc0bc..fddec7397 100644
--- a/rules/libnewt.make
+++ b/rules/libnewt.make
@@ -39,6 +39,9 @@ LIBNEWT_CONF_OPT := \
--without-gpm-support \
--without-colorsfile
+LIBNEWT_MAKE_OPT := sharedlib
+LIBNEWT_INSTALL_OPT := install-sh
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------