Skip to content

Commit

Permalink
partimage: Adding a gentoo patch fix a zlib related build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Oct 2, 2012
1 parent 26dded0 commit 48ac220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filesys/partimage/BUILD
@@ -1,5 +1,7 @@
(

patch_it $SOURCE2 0 &&

# Fixes compilation error:
# net.h:31:22: error: iostream.h: No such file or directory
sedit "s:iostream.h:iostream:" src/shared/net.h src/server/partimaged.cpp src/server/partimaged-main.cpp &&
Expand Down
3 changes: 3 additions & 0 deletions filesys/partimage/DETAILS
@@ -1,8 +1,11 @@
MODULE=partimage
VERSION=0.6.9
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=partimage-0.6.9-zlib-1.2.5.2.patch
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-block/partimage/files/
SOURCE_VFY=sha1:3b9804b2289d7876835042a144d5fd1949aef1a4
SOURCE2_VFY=sha1:e5007cfd7bdd7486a6d79305ee0c4cb61adfd6a1
WEB_SITE=http://www.partimage.org
ENTERED=20040226
UPDATED=20101106
Expand Down

0 comments on commit 48ac220

Please sign in to comment.