Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246865
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +5 lines)
Line  Link Here
0
-- hashdeep/Makefile.am
0
++ hashdeep/Makefile.am
Lines 1-5 Link Here
1
# The math library is required for floor()
2
AM_LDFLAGS = -lm
3
INCLUDES   = -I@top_srcdir@/include
1
INCLUDES   = -I@top_srcdir@/include
4
COMMON_DIR = @top_srcdir@/common
2
COMMON_DIR = @top_srcdir@/common
5
3
Lines 26-32 Link Here
26
# don't have it yet (e.g. OpenSolaris). We if don't have strsep
24
# don't have it yet (e.g. OpenSolaris). We if don't have strsep
27
# we compile it ourselves using a local copy.
25
# we compile it ourselves using a local copy.
28
EXTRA_hashdeep_SOURCES = lib-strsep.c
26
EXTRA_hashdeep_SOURCES = lib-strsep.c
29
hashdeep_LDADD = ${EXTRA_HASHDEEP}
27
# The math library is required for floor()
28
hashdeep_LDADD = ${EXTRA_HASHDEEP} -lm
30
hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP}
29
hashdeep_DEPENDENCIES = ${EXTRA_HASHDEEP}
31
30
32
EXTRA_DIST = main.h strsep.h ${man_MANS}
31
EXTRA_DIST = main.h strsep.h ${man_MANS}
33
-- md5deep/Makefile.am
32
++ md5deep/Makefile.am
Lines 1-5 Link Here
1
1
2
AM_LDFLAGS = -lm
2
LDADD = -lm
3
INCLUDES   = -I@top_srcdir@/include
3
INCLUDES   = -I@top_srcdir@/include
4
COMMON_DIR = @top_srcdir@/common
4
COMMON_DIR = @top_srcdir@/common
5
5

Return to bug 246865