mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
testing/steghide: remove fpermissive
This commit is contained in:
parent
5a1b619221
commit
628c337fdd
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user