# HG changeset patch # User Pascal Bellard # Date 1679591106 0 # Node ID 8655cec9785497167b850e94f7aee395d418a230 # Parent e4cc6a0d37f063ad013b72d502c540180d5859db aaphoto: fix build diff -r e4cc6a0d37f0 -r 8655cec97854 aaphoto/receipt --- a/aaphoto/receipt Thu Mar 23 12:22:34 2023 +0000 +++ b/aaphoto/receipt Thu Mar 23 17:05:06 2023 +0000 @@ -10,8 +10,8 @@ TARBALL="$SOURCE$VERSION.tar.gz" WEB_SITE="https://web.archive.org/web/20220728233436/http://log69.com/aaphoto_en.html" #WEB_SITE="https://github.com/log69/aaphoto" -WGET_URL="http://log69.com/downloads/$TARBALL" -#WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" +#WGET_URL="http://log69.com/downloads/$TARBALL" +WGET_URL="http://ftp.twaren.net/Linux/Gentoo/distfiles/88/$TARBALL" TAGS="photo jpeg jpg png bmp" DEPENDS="jasper jpeg libpng zlib" @@ -26,6 +26,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lz" ./configure --prefix=/usr && make && make DESTDIR=$DESTDIR install diff -r e4cc6a0d37f0 -r 8655cec97854 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Thu Mar 23 12:22:34 2023 +0000 +++ b/slitaz-boot-scripts/receipt Thu Mar 23 17:05:06 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="473" +VERSION="474" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org"