X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ncurses%2FPkgfile;h=346d0452a15850a4f38c2cdac11018fc5b839ee0;hb=a1fdc7de82098774326892ae815861149eb3d3bb;hp=09970eaf888abad1aabc600825b7130e836b54b3;hpb=29ff8d68e69d2f1a37ac3b7403a6305e3cca7536;p=crossrootfs.git diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index 09970ea..346d045 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -6,7 +6,7 @@ name=ncurses version=6.0 -release=1 +release=4 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { @@ -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 @@ -41,12 +43,4 @@ build() { # linker script for the curses library echo "INPUT(-lncursesw)" > $PKG/usr/lib/libcursesw.so ln -s libncurses.so $PKG/usr/lib/libcurses.so - - # symlinks for ncurses 5 (remove them later)) - ln -s libncursesw.so $PKG/usr/lib/libncurses.so.5 - ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.5 - ln -s libncursesw.so $PKG/usr/lib/libncursesw.so.6 - - # some progs expect a /usr/include/curses.h - ln -s ../curses.h $PKG/usr/include/ncursesw/ncurses.h }