Skip to content

Commit

Permalink
steghide: fix the compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 22, 2013
1 parent dd02d14 commit 3c81f09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 8 additions & 10 deletions crypto/steghide/BUILD
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions crypto/steghide/DETAILS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c81f09

Please sign in to comment.