diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-12 17:05:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-12 17:05:03 +0000 |
commit | 60baf68f075babbca1295416db1e76b1994db98f (patch) | |
tree | f83c830b65829221ec746e78e751c4dd037c1ff7 /security | |
parent | Upgrade to 2.7h. (diff) |
Explicit link with -lmcrypt.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=72975
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index b4b2ac6a6356..33fc21fa8b0b 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -22,7 +22,7 @@ CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" USE_REINPLACE= yes MAN1= steghide.1 |