[Lunar-commits] <moonbase-other> steghide: fix the compile.
Florin Braescu
florin at lunar-linux.org
Tue Oct 22 16:00:33 CEST 2013
commit 3c81f09b12b9b7576a8b0fcd847f5fd64ac7fbf5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 22 Oct 2013 06:59:29 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3c81f09b12b9b7576a8b0fcd847f5fd64ac7fbf5
steghide: fix the compile.
---
crypto/steghide/BUILD | +8/-10
crypto/steghide/DETAILS | +4/-0
2 files changed, 12 insertions(+), 10 deletions(-)
--- a/crypto/steghide/BUILD
+++ b/crypto/steghide/BUILD
@@ -1,12 +1,10 @@
-(
+patch_it $SOURCE2 1 &&
- # this is a hack to get around a libtool-1.4.x versioning problem
- sedit "s/\$(LIBTOOL) --mode=link//g" src/Makefile.in &&
+# this is a hack to get around a libtool-1.4.x versioning problem
+sedit "s/\$(LIBTOOL) --mode=link//g" src/Makefile.in
- default_config &&
- make &&
- make check &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
+default_config
+make
+make check
+prepare_install
+make install
--- a/crypto/steghide/DETAILS
+++ b/crypto/steghide/DETAILS
@@ -1,7 +1,11 @@
MODULE=steghide
VERSION=0.5.1
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-0.5.1-gcc-4.2.patch.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:b741dffbb5c3d0b2d13eebec1b083fc50f974b68
+ SOURCE2_VFY=sha1:2b02237758654cff87c2a95ed019f747af100ab0
WEB_SITE=http://steghide.sourceforge.net
ENTERED=20040125
UPDATED=20040125
More information about the Lunar-commits
mailing list