wok-current rev 17672
Add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 17 12:55:08 2015 +0100 (2015-02-17) |
parents | 639e963885dd |
children | c7c3567bd8d4 |
files | gcompris/receipt naim/receipt nbwmon/receipt ncftp/receipt ncurses-examples/receipt nethack/receipt nethogs/receipt ninvaders/receipt njconnect/receipt nmon/receipt nzbget/receipt pktstat/receipt procps/receipt rhapsody/receipt sc/receipt slurm/receipt snownews/receipt squidview/receipt tcptrack/receipt texinfo/receipt trafshow/receipt uemacs/receipt vfu/receipt wyrd/receipt yacpi/receipt zsnes/receipt |
line diff
1.1 --- a/gcompris/receipt Tue Feb 17 09:13:31 2015 +0000 1.2 +++ b/gcompris/receipt Tue Feb 17 12:55:08 2015 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's/g_memmove/memmove/' src/goocanvas/src/goocanvastable.c 1.9 ./configure \ 1.10 --enable-sdlmixer && 1.11 make LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0" \
2.1 --- a/naim/receipt Tue Feb 17 09:13:31 2015 +0000 2.2 +++ b/naim/receipt Tue Feb 17 12:55:08 2015 +0100 2.3 @@ -16,7 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 + export LDFLAGS="$LDFLAGS -ltinfo" 2.9 ./configure \ 2.10 --prefix=/usr \ 2.11 --sysconfdir=/etc \
3.1 --- a/nbwmon/receipt Tue Feb 17 09:13:31 2015 +0000 3.2 +++ b/nbwmon/receipt Tue Feb 17 12:55:08 2015 +0100 3.3 @@ -16,6 +16,7 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 + export LDFLAGS="$LDFLAGS -ltinfo" 3.8 make 3.9 } 3.10 3.11 @@ -25,4 +26,3 @@ 3.12 mkdir -p $fs/usr/bin 3.13 cp -a $src/$PACKAGE $fs/usr/bin 3.14 } 3.15 -
4.1 --- a/ncftp/receipt Tue Feb 17 09:13:31 2015 +0000 4.2 +++ b/ncftp/receipt Tue Feb 17 12:55:08 2015 +0100 4.3 @@ -16,6 +16,7 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 + export LDFLAGS="$LDFLAGS -ltinfo" 4.8 ./configure --prefix=/usr --sysconfdir=/etc && 4.9 make && 4.10 make DESTDIR=$DESTDIR install
5.1 --- a/ncurses-examples/receipt Tue Feb 17 09:13:31 2015 +0000 5.2 +++ b/ncurses-examples/receipt Tue Feb 17 12:55:08 2015 +0100 5.3 @@ -16,6 +16,7 @@ 5.4 # Rules to configure and make the package. 5.5 compile_rules() 5.6 { 5.7 + export LDFLAGS="$LDFLAGS -ltinfo" 5.8 ./configure \ 5.9 $CONFIGURE_ARGS && 5.10 make && make install 5.11 @@ -27,4 +28,3 @@ 5.12 mkdir -p $fs/usr 5.13 cp -a $install/usr/bin $fs/usr 5.14 } 5.15 -
6.1 --- a/nethack/receipt Tue Feb 17 09:13:31 2015 +0000 6.2 +++ b/nethack/receipt Tue Feb 17 12:55:08 2015 +0100 6.3 @@ -16,7 +16,7 @@ 6.4 # Rules to configure and make the package. 6.5 compile_rules() 6.6 { 6.7 - cd $src 6.8 + export LDFLAGS="$LDFLAGS -ltinfo" 6.9 sh sys/unix/setup.sh x 6.10 sed -i "s|\/\* #define LINUX \*\/|#define LINUX|" include/unixconf.h 6.11 sed -i "s|WINTTYLIB = -ltermlib|# WINTTYLIB = -ltermlib|" src/Makefile 6.12 @@ -36,4 +36,3 @@ 6.13 cp -a $install/usr/games/lib/nethackdir $fs/usr/lib 6.14 sed -i "s|$install/usr/games|/usr|" $fs/usr/bin/nethack 6.15 } 6.16 -
7.1 --- a/nethogs/receipt Tue Feb 17 09:13:31 2015 +0000 7.2 +++ b/nethogs/receipt Tue Feb 17 12:55:08 2015 +0100 7.3 @@ -17,6 +17,7 @@ 7.4 # Rules to configure and make the package. 7.5 compile_rules() 7.6 { 7.7 + export LDFLAGS="$LDFLAGS -ltinfo" 7.8 mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null 7.9 cd $src 7.10 make 7.11 @@ -28,4 +29,3 @@ 7.12 mkdir -p $fs/usr/sbin 7.13 cp $src/$PACKAGE $fs/usr/sbin 7.14 } 7.15 -
8.1 --- a/ninvaders/receipt Tue Feb 17 09:13:31 2015 +0000 8.2 +++ b/ninvaders/receipt Tue Feb 17 12:55:08 2015 +0100 8.3 @@ -18,6 +18,7 @@ 8.4 # Rules to configure and make the package. 8.5 compile_rules() 8.6 { 8.7 + export LDFLAGS="$LDFLAGS -ltinfo" 8.8 make CC=${HOST_SYSTEM}-gcc 8.9 } 8.10
9.1 --- a/njconnect/receipt Tue Feb 17 09:13:31 2015 +0000 9.2 +++ b/njconnect/receipt Tue Feb 17 12:55:08 2015 +0100 9.3 @@ -16,6 +16,7 @@ 9.4 # Rules to configure and make the package. 9.5 compile_rules() 9.6 { 9.7 + export LDFLAGS="$LDFLAGS -ltinfo" 9.8 make DESTDIR=$install install 9.9 } 9.10
10.1 --- a/nmon/receipt Tue Feb 17 09:13:31 2015 +0000 10.2 +++ b/nmon/receipt Tue Feb 17 12:55:08 2015 +0100 10.3 @@ -13,6 +13,7 @@ 10.4 # Rules to configure and make the package. 10.5 compile_rules() 10.6 { 10.7 + export LDFLAGS="$LDFLAGS -ltinfo" 10.8 mkdir -p $src 10.9 cd $src 10.10 wget "http://downloads.sourceforge.net/project/nmon/lmon14g.c"
11.1 --- a/nzbget/receipt Tue Feb 17 09:13:31 2015 +0000 11.2 +++ b/nzbget/receipt Tue Feb 17 12:55:08 2015 +0100 11.3 @@ -17,6 +17,7 @@ 11.4 # Rules to configure and make the package. 11.5 compile_rules() 11.6 { 11.7 + export LDFLAGS="$LDFLAGS -ltinfo" 11.8 ./configure --prefix=/usr \ 11.9 --disable-parcheck \ 11.10 $CONFIGURE_ARGS &&
12.1 --- a/pktstat/receipt Tue Feb 17 09:13:31 2015 +0000 12.2 +++ b/pktstat/receipt Tue Feb 17 12:55:08 2015 +0100 12.3 @@ -16,7 +16,7 @@ 12.4 # Rules to configure and make the package. 12.5 compile_rules() 12.6 { 12.7 - cd $src 12.8 + export LDFLAGS="$LDFLAGS -ltinfo" 12.9 ./configure \ 12.10 --prefix=/usr \ 12.11 --infodir=/usr/share/info \ 12.12 @@ -31,4 +31,3 @@ 12.13 mkdir -p $fs/usr 12.14 cp -a $install/usr/bin $fs/usr 12.15 } 12.16 -
13.1 --- a/procps/receipt Tue Feb 17 09:13:31 2015 +0000 13.2 +++ b/procps/receipt Tue Feb 17 12:55:08 2015 +0100 13.3 @@ -16,7 +16,7 @@ 13.4 # Rules to configure and make the package. 13.5 compile_rules() 13.6 { 13.7 - cd $src 13.8 + export LDFLAGS="$LDFLAGS -ltinfo" 13.9 patch -Np1 -i $stuff/$PACKAGE-$VERSION+gmake-3.82.patch 13.10 make && make -j1 install 13.11 }
14.1 --- a/rhapsody/receipt Tue Feb 17 09:13:31 2015 +0000 14.2 +++ b/rhapsody/receipt Tue Feb 17 12:55:08 2015 +0100 14.3 @@ -17,7 +17,7 @@ 14.4 # Rules to configure and make the package. 14.5 compile_rules() 14.6 { 14.7 - cd $src 14.8 + export LDFLAGS="$LDFLAGS -ltinfo" 14.9 ./configure -i /usr/bin -d /usr/share/doc/rhapsody && 14.10 make clean && 14.11 make
15.1 --- a/sc/receipt Tue Feb 17 09:13:31 2015 +0000 15.2 +++ b/sc/receipt Tue Feb 17 12:55:08 2015 +0100 15.3 @@ -16,7 +16,7 @@ 15.4 # Rules to configure and make the package. 15.5 compile_rules() 15.6 { 15.7 - cd $src 15.8 + export LDFLAGS="$LDFLAGS -ltinfo" 15.9 patch -p1 < $stuff/7.16.patch || return 1 15.10 make 15.11 } 15.12 @@ -30,4 +30,3 @@ 15.13 cp -a $src/$i $fs/usr/bin 15.14 done 15.15 } 15.16 -
16.1 --- a/slurm/receipt Tue Feb 17 09:13:31 2015 +0000 16.2 +++ b/slurm/receipt Tue Feb 17 12:55:08 2015 +0100 16.3 @@ -16,7 +16,7 @@ 16.4 # Rules to configure and make the package. 16.5 compile_rules() 16.6 { 16.7 - cd $src 16.8 + export LDFLAGS="$LDFLAGS -ltinfo" 16.9 ./configure \ 16.10 --prefix=/usr \ 16.11 --infodir=/usr/share/info \ 16.12 @@ -31,4 +31,3 @@ 16.13 mkdir -p $fs/usr 16.14 cp -a $install/usr/bin $fs/usr 16.15 } 16.16 -
17.1 --- a/snownews/receipt Tue Feb 17 09:13:31 2015 +0000 17.2 +++ b/snownews/receipt Tue Feb 17 12:55:08 2015 +0100 17.3 @@ -17,7 +17,7 @@ 17.4 # Rules to configure and make the package. 17.5 compile_rules() 17.6 { 17.7 - cd $src 17.8 + export LDFLAGS="$LDFLAGS -ltinfo" 17.9 ./configure --prefix=/usr && 17.10 make && make DESTDIR=$DESTDIR install 17.11 } 17.12 @@ -29,4 +29,3 @@ 17.13 cp -a $install/usr/bin $fs/usr 17.14 cp -a $install/usr/share/locale $fs/usr/share 17.15 } 17.16 -
18.1 --- a/squidview/receipt Tue Feb 17 09:13:31 2015 +0000 18.2 +++ b/squidview/receipt Tue Feb 17 12:55:08 2015 +0100 18.3 @@ -16,6 +16,7 @@ 18.4 # Rules to configure and make the package. 18.5 compile_rules() 18.6 { 18.7 + export LDFLAGS="$LDFLAGS -ltinfo" 18.8 ./configure --prefix=/usr \ 18.9 --mandir=/usr/share/man \ 18.10 $CONFIGURE_ARGS &&
19.1 --- a/tcptrack/receipt Tue Feb 17 09:13:31 2015 +0000 19.2 +++ b/tcptrack/receipt Tue Feb 17 12:55:08 2015 +0100 19.3 @@ -16,7 +16,7 @@ 19.4 # Rules to configure and make the package. 19.5 compile_rules() 19.6 { 19.7 - cd $src 19.8 + export LDFLAGS="$LDFLAGS -ltinfo" 19.9 ./configure \ 19.10 --prefix=/usr \ 19.11 --mandir=/usr/share/man \ 19.12 @@ -30,4 +30,3 @@ 19.13 mkdir -p $fs/usr 19.14 cp -a $install/usr/bin $fs/usr 19.15 } 19.16 -
20.1 --- a/texinfo/receipt Tue Feb 17 09:13:31 2015 +0000 20.2 +++ b/texinfo/receipt Tue Feb 17 12:55:08 2015 +0100 20.3 @@ -17,7 +17,7 @@ 20.4 # Rules to compile & install the temporary toolchain by Tazwok. 20.5 cook_tmp_toolchain() 20.6 { 20.7 - cd $src 20.8 + export LDFLAGS="$LDFLAGS -ltinfo" 20.9 ./configure && 20.10 make $MAKEFLAGS && 20.11 make install
21.1 --- a/trafshow/receipt Tue Feb 17 09:13:31 2015 +0000 21.2 +++ b/trafshow/receipt Tue Feb 17 12:55:08 2015 +0100 21.3 @@ -16,7 +16,7 @@ 21.4 # Rules to configure and make the package. 21.5 compile_rules() 21.6 { 21.7 - cd $src 21.8 + export LDFLAGS="$LDFLAGS -ltinfo" 21.9 21.10 # fix session.c bug 21.11 sed -i '43d' session.c 21.12 @@ -40,4 +40,3 @@ 21.13 sed -i 's|513|#513|' $fs/etc/trafshow 21.14 sed -i 's|514|#514|' $fs/etc/trafshow 21.15 } 21.16 -
22.1 --- a/uemacs/receipt Tue Feb 17 09:13:31 2015 +0000 22.2 +++ b/uemacs/receipt Tue Feb 17 12:55:08 2015 +0100 22.3 @@ -12,13 +12,13 @@ 22.4 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 22.5 TAGS="editor" 22.6 22.7 -DEPENDS="" 22.8 +DEPENDS="ncurses" 22.9 BUILD_DEPENDS="git ncurses-dev" 22.10 22.11 # Rules to configure and make the package. 22.12 compile_rules() 22.13 { 22.14 - cd $src 22.15 + export LDFLAGS="$LDFLAGS -ltinfo" 22.16 make 22.17 } 22.18
23.1 --- a/vfu/receipt Tue Feb 17 09:13:31 2015 +0000 23.2 +++ b/vfu/receipt Tue Feb 17 12:55:08 2015 +0100 23.3 @@ -16,7 +16,7 @@ 23.4 # Rules to configure and make the package. 23.5 compile_rules() 23.6 { 23.7 - cd $src 23.8 + export LDFLAGS="$LDFLAGS -ltinfo" 23.9 make 23.10 } 23.11 23.12 @@ -30,4 +30,3 @@ 23.13 chown root:root $fs/etc/vfu.conf 23.14 chown -R root:root $fs/usr/lib/vfu 23.15 } 23.16 -
24.1 --- a/wyrd/receipt Tue Feb 17 09:13:31 2015 +0000 24.2 +++ b/wyrd/receipt Tue Feb 17 12:55:08 2015 +0100 24.3 @@ -16,7 +16,7 @@ 24.4 # Rules to configure and make the package. 24.5 compile_rules() 24.6 { 24.7 - cd $src 24.8 + export LDFLAGS="$LDFLAGS -ltinfo" 24.9 ./configure \ 24.10 --prefix=/usr \ 24.11 --sysconfdir=/etc \ 24.12 @@ -33,4 +33,3 @@ 24.13 cp -a $install/usr/bin $fs/usr 24.14 cp -a $install/etc/wyrdrc $fs/etc 24.15 } 24.16 -
25.1 --- a/yacpi/receipt Tue Feb 17 09:13:31 2015 +0000 25.2 +++ b/yacpi/receipt Tue Feb 17 12:55:08 2015 +0100 25.3 @@ -16,7 +16,7 @@ 25.4 # Rules to configure and make the package. 25.5 compile_rules() 25.6 { 25.7 - cd $src 25.8 + export LDFLAGS="$LDFLAGS -ltinfo" 25.9 make 25.10 } 25.11 25.12 @@ -26,4 +26,3 @@ 25.13 mkdir -p $fs/usr/bin 25.14 cp -a $src/$PACKAGE $fs/usr/bin 25.15 } 25.16 -
26.1 --- a/zsnes/receipt Tue Feb 17 09:13:31 2015 +0000 26.2 +++ b/zsnes/receipt Tue Feb 17 12:55:08 2015 +0100 26.3 @@ -17,6 +17,7 @@ 26.4 # Rules to configure and make the package. 26.5 26.6 compile_rules() { 26.7 + export LDFLAGS="$LDFLAGS -ltinfo" 26.8 cd $src 26.9 patch -p1 -i $stuff/zsnes.patch 26.10 cd $src/src