From 7cbf427650963a349120f7c7eb7fe9341b99e459 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 15 May 2016 18:22:40 +0000 Subject: [PATCH] ncurses: disabled rpath. Thanks j_v --- ncurses/Pkgfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index 09970ea..3b366a3 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -20,7 +20,9 @@ build() { --with-{normal,shared} \ --without-{debug,ada,tests} \ --enable-pc-files \ - --enable-widec + --enable-widec \ + --disable-rpath \ + --disable-rpath-hack make make DESTDIR=$PKG install -- 2.26.2