testing/steghide: remove fpermissive

This commit is contained in:
psykose 2023-04-07 04:14:41 +00:00
parent 5a1b619221
commit 628c337fdd

View File

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=steghide
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"
url="https://steghide.sourceforge.net/index.php"
arch="all"
@ -21,15 +21,15 @@ prepare() {
update_config_sub
update_config_guess
autoreconf -i
}
build() {
autoreconf -i
./configure \
--prefix=/usr \
--disable-rpath \
--disable-nls
make CXXFLAGS="$CXXFLAGS -fpermissive"
make
}
package() {