Skip to content
Snippets Groups Projects
Commit 628c337f authored by alice's avatar alice
Browse files

testing/steghide: remove fpermissive

parent 5a1b6192
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=steghide pkgname=steghide
pkgver=0.5.1 pkgver=0.5.1
pkgrel=3 pkgrel=4
pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files" pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files"
url="https://steghide.sourceforge.net/index.php" url="https://steghide.sourceforge.net/index.php"
arch="all" arch="all"
...@@ -21,15 +21,15 @@ prepare() { ...@@ -21,15 +21,15 @@ prepare() {
update_config_sub update_config_sub
update_config_guess update_config_guess
autoreconf -i
} }
build() { build() {
autoreconf -i
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--disable-rpath \ --disable-rpath \
--disable-nls --disable-nls
make CXXFLAGS="$CXXFLAGS -fpermissive" make
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment