diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-12-07 14:09:41 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-12-07 14:09:41 +0000 |
commit | c5cf247c2322a36a2d65e8adc2b276a67ef9fb58 (patch) | |
tree | 77e20434d9bfeb2a27840de98ddfafd7ce39d902 /app-crypt/md5deep/files | |
parent | version bump; also skip the tk check in python when USE=-tk (report by Yarosl... (diff) | |
download | gentoo-2-c5cf247c2322a36a2d65e8adc2b276a67ef9fb58.tar.gz gentoo-2-c5cf247c2322a36a2d65e8adc2b276a67ef9fb58.tar.bz2 gentoo-2-c5cf247c2322a36a2d65e8adc2b276a67ef9fb58.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'app-crypt/md5deep/files')
-rw-r--r-- | app-crypt/md5deep/files/md5deep-3.1-as-needed.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch new file mode 100644 index 000000000000..f24635330cd4 --- /dev/null +++ b/app-crypt/md5deep/files/md5deep-3.1-as-needed.patch @@ -0,0 +1,18 @@ +--- hashdeep/Makefile.am ++++ hashdeep/Makefile.am +@@ -1,5 +1,5 @@ + # The math library is required for floor() +-AM_LDFLAGS = -lm ++LDADD = -lm + INCLUDES = -I@top_srcdir@/include + COMMON_DIR = @top_srcdir@/common + +--- md5deep/Makefile.am ++++ md5deep/Makefile.am +@@ -1,5 +1,5 @@ + +-AM_LDFLAGS = -lm ++LDADD = -lm + INCLUDES = -I@top_srcdir@/include + COMMON_DIR = @top_srcdir@/common + |