wok-4.x diff wipe/receipt @ rev 12477
Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Apr 02 14:34:44 2023 +0000 (21 months ago) |
parents | fc1c0320fa79 |
children |
line diff
1.1 --- a/wipe/receipt Sun Dec 19 12:51:29 2010 +0000 1.2 +++ b/wipe/receipt Sun Apr 02 14:34:44 2023 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 compile_rules() { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 make prefix=$PWD/_pkg/usr install 1.11 }