From 628c337fdd0c2d3e4ffbcd55e3a7498fdce2da88 Mon Sep 17 00:00:00 2001 From: psykose Date: Fri, 7 Apr 2023 04:14:41 +0000 Subject: [PATCH] testing/steghide: remove fpermissive --- testing/steghide/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/steghide/APKBUILD b/testing/steghide/APKBUILD index fd4cc4f7aac..406a1a0829e 100644 --- a/testing/steghide/APKBUILD +++ b/testing/steghide/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista 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() {