diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-01-25 14:13:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-01-25 14:13:09 +0000 |
commit | e09157cde57bfaeb52a957e9fa7fb92a1b859003 (patch) | |
tree | 2eed53663a22c50fa3fb29ed0eff7069ce7139fb /app-crypt/md5deep/files | |
parent | old (diff) | |
download | gentoo-2-e09157cde57bfaeb52a957e9fa7fb92a1b859003.tar.gz gentoo-2-e09157cde57bfaeb52a957e9fa7fb92a1b859003.tar.bz2 gentoo-2-e09157cde57bfaeb52a957e9fa7fb92a1b859003.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-crypt/md5deep/files')
-rw-r--r-- | app-crypt/md5deep/files/md5deep-3.2-as-needed.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch b/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch new file mode 100644 index 000000000000..dc1f87de5f9a --- /dev/null +++ b/app-crypt/md5deep/files/md5deep-3.2-as-needed.patch @@ -0,0 +1,27 @@ +--- hashdeep/Makefile.am ++++ hashdeep/Makefile.am +@@ -1,5 +1,3 @@ +-# The math library is required for floor() +-AM_LDFLAGS = -lm + INCLUDES = -I@top_srcdir@/include + COMMON_DIR = @top_srcdir@/common + +@@ -26,7 +24,8 @@ + # don't have it yet (e.g. OpenSolaris). We if don't have strsep + # we compile it ourselves using a local copy. + EXTRA_hashdeep_SOURCES = lib-strsep.c +-hashdeep_LDADD = ${EXTRA_HASHDEEP} ++# The math library is required for floor() ++hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm + hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP} + + EXTRA_DIST = main.h strsep.h ${man_MANS} +--- 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 + |