diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 12:50:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 12:50:48 +0100 |
commit | 7baae8ec7a481251a0b794ee646e6b328cc2228d (patch) | |
tree | 6fd99eb6c2ca75fb98cc34dd67316624b0e2ba4a /base/links/Pkgfile | |
parent | bd8755cbb64b3752fd29939287f93849a2ee6f79 (diff) | |
download | nutyx-extra-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.gz nutyx-extra-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.bz2 nutyx-extra-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.xz nutyx-extra-7baae8ec7a481251a0b794ee646e6b328cc2228d.zip |
links, sans support graphics en attendant
Diffstat (limited to 'base/links/Pkgfile')
-rw-r--r-- | base/links/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/links/Pkgfile b/base/links/Pkgfile index ad180daa3..2eb95403a 100644 --- a/base/links/Pkgfile +++ b/base/links/Pkgfile @@ -12,13 +12,12 @@ release=1 source=(http://links.twibright.com/download/$name-$version.tar.bz2 ) build() { + unset MAKEFLAGS cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ - --enable-javascript \ - --enable-graphics \ - --with-fb --with-directfb + --enable-javascript make make DESTDIR=$PKG install } |