aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/ncurses/ncurses_5.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index ca5b115d74..715fff4e54 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
SECTION = "libs"
PATCHDATE = "20100501"
PKGV = "${PV}+${PATCHDATE}"
-PR = "r14"
+PR = "r15"
DEPENDS = "ncurses-native unifdef-native"
DEPENDS_virtclass-native = "unifdef-native"
@@ -74,6 +74,7 @@ do_configure() {
--with-termlib=tinfo \
--enable-sigwinch \
--enable-pc-files \
+ --disable-rpath-hack \
--with-build-cc="${BUILD_CC}" \
--with-build-cpp="${BUILD_CPP}" \
--with-build-ld="${BUILD_LD}" \