wok-current diff php-auth-pam/receipt @ rev 24353
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 12:55:23 2022 +0000 (2022-02-03) |
parents | 6e908e172c45 |
children | 505d1daeed6c |
line diff
1.1 --- a/php-auth-pam/receipt Sun Mar 08 16:20:08 2020 +0100 1.2 +++ b/php-auth-pam/receipt Thu Feb 03 12:55:23 2022 +0000 1.3 @@ -17,7 +17,6 @@ 1.4 compile_rules() 1.5 { 1.6 phpize 1.7 - patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1 1.8 sed -i 's/^function_entry/zend_&/;s/pval /zval /' pam_auth.c # php 5.4 1.9 1.10 sed -e 's|(\(\*[a-z]*)\)->value.str.val;|Z_STRVAL(*\1;|' \ 1.11 @@ -29,7 +28,7 @@ 1.12 ./configure $CONFIGURE_ARGS \ 1.13 --prefix=/usr && 1.14 1.15 - make && make DESTDIR=$DESTDIR install 1.16 + make && make INSTALL_ROOT=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.