wok rev 25548
aaphoto: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 23 17:05:06 2023 +0000 (21 months ago) |
parents | e4cc6a0d37f0 |
children | 93d377d13ba0 |
files | aaphoto/receipt slitaz-boot-scripts/receipt |
line diff
1.1 --- a/aaphoto/receipt Thu Mar 23 12:22:34 2023 +0000 1.2 +++ b/aaphoto/receipt Thu Mar 23 17:05:06 2023 +0000 1.3 @@ -10,8 +10,8 @@ 1.4 TARBALL="$SOURCE$VERSION.tar.gz" 1.5 WEB_SITE="https://web.archive.org/web/20220728233436/http://log69.com/aaphoto_en.html" 1.6 #WEB_SITE="https://github.com/log69/aaphoto" 1.7 -WGET_URL="http://log69.com/downloads/$TARBALL" 1.8 -#WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" 1.9 +#WGET_URL="http://log69.com/downloads/$TARBALL" 1.10 +WGET_URL="http://ftp.twaren.net/Linux/Gentoo/distfiles/88/$TARBALL" 1.11 TAGS="photo jpeg jpg png bmp" 1.12 1.13 DEPENDS="jasper jpeg libpng zlib" 1.14 @@ -26,6 +26,7 @@ 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lz" 1.19 ./configure --prefix=/usr && 1.20 make && 1.21 make DESTDIR=$DESTDIR install
2.1 --- a/slitaz-boot-scripts/receipt Thu Mar 23 12:22:34 2023 +0000 2.2 +++ b/slitaz-boot-scripts/receipt Thu Mar 23 17:05:06 2023 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-boot-scripts" 2.7 -VERSION="473" 2.8 +VERSION="474" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Provide all the initialisation scripts used at boot time." 2.11 MAINTAINER="pankso@slitaz.org"