summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2011-08-17 09:56:56 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2011-08-17 10:04:31 +0200
commitf6bc3468e12c8dd9ab8de61ae7528f7c319ffc23 (patch)
tree547e37e235a8a2c797a9f40dc647e1eed0c00217
parentc8dad526dc3f83c08f4c889cf702345e96549612 (diff)
downloadptxdist-f6bc3468e12c8dd9ab8de61ae7528f7c319ffc23.tar.gz
ptxdist-f6bc3468e12c8dd9ab8de61ae7528f7c319ffc23.tar.xz
ncurses: disable rpath in ncurses-config
The ncurses-config script of ncurses-5.9 (which is used since commit 3ba149c9c9d89f77ca17149f90097bf033d8746a) emits an rpath option by default. This patch adds --disable-rpath --disable-rpath-hack to disable this. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 242b4ab0ccc512a78363849f4748503b7353922d) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/ncurses.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 0879c91dc..d1fa0a08d 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -59,6 +59,8 @@ NCURSES_AUTOCONF_SHARED := \
--disable-term-driver \
--disable-ext-mouse \
--disable-interop \
+ --disable-rpath \
+ --disable-rpath-hack \
--enable-reentrant
# do this to get libncurses with threads but without a trailing "t":