wok diff aaphoto/receipt @ rev 25548

aaphoto: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 23 17:05:06 2023 +0000 (15 months ago)
parents e4cc6a0d37f0
children 64e725df93c0
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