wok-current diff pam/receipt @ rev 25733

Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 16:13:23 2024 +0000 (2 weeks ago)
parents 6af4e6ead7e0
children
line diff
     1.1 --- a/pam/receipt	Fri Feb 02 18:24:50 2024 +0000
     1.2 +++ b/pam/receipt	Fri Dec 20 16:13:23 2024 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.xz"
     1.5  WEB_SITE="http://www.linux-pam.org/"
     1.6  WGET_URL="https://github.com/linux-pam/linux-pam/releases/download/v$VERSION/$TARBALL"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm x86_64"
     1.9  
    1.10  DEPENDS="glibc-base libdb"
    1.11  BUILD_DEPENDS="flex db-dev libdb"
    1.12 @@ -33,6 +33,7 @@
    1.13  		configure build-aux/config.guess
    1.14  
    1.15  	./configure --sysconfdir=/etc \
    1.16 +		--libdir=/lib \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make && make install
    1.19  }