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() {