wok rev 25322
cpige: remove -static
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 22 07:58:08 2022 +0000 (2022-07-22) |
parents | 29d62d748b17 |
children | 7f7aa9a311bf |
files | cpige/receipt modsecurity-apache/receipt musique/receipt |
line diff
1.1 --- a/cpige/receipt Fri Jul 22 07:45:13 2022 +0100 1.2 +++ b/cpige/receipt Fri Jul 22 07:58:08 2022 +0000 1.3 @@ -25,6 +25,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|-static ||' Makefile 1.8 1.9 # build CLI program 1.10 make clean &&
2.1 --- a/modsecurity-apache/receipt Fri Jul 22 07:45:13 2022 +0100 2.2 +++ b/modsecurity-apache/receipt Fri Jul 22 07:58:08 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Web application firewall engine." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="Apache" 2.7 -WEB_SITE="https://www.modsecurity.org/" 2.8 +WEB_SITE="https://github.com/SpiderLabs/ModSecurity" 2.9 REPOLOGY="modsecurity" 2.10 2.11 SOURCE="modsecurity"
3.1 --- a/musique/receipt Fri Jul 22 07:45:13 2022 +0100 3.2 +++ b/musique/receipt Fri Jul 22 07:58:08 2022 +0000 3.3 @@ -9,7 +9,7 @@ 3.4 LICENSE="GPL3" 3.5 WEB_SITE="https://flavio.tordini.org/musique" 3.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.7 -WGET_URL="https://github.com/flaviotordini/musique/commit/$COMMIT.tar.gz" 3.8 +WGET_URL="https://github.com/flaviotordini/musique/archive/$COMMIT.tar.gz" 3.9 3.10 DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtSql libQtXml \ 3.11 phonon phonon-backend-gstreamer taglib"