openbsd-ports/security/mhash/patches/patch-lib_Makefile_in
2008-09-03 21:02:31 +00:00

14 lines
489 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.2 2008/09/03 21:02:31 jakob Exp $
--- lib/Makefile.in.orig Thu Apr 5 04:33:30 2007
+++ lib/Makefile.in Wed Sep 3 22:48:43 2008
@@ -220,7 +220,8 @@ MISCELLANEOUS = haval.c mhash_haval.h gosthash.c mhash
libmhash_la_SOURCES = $(FRAMEWORK) $(KEYGEN) $(CRC) $(MD_SERIES) \
$(SHA_SERIES) $(TIGER) $(MISCELLANEOUS)
-libmhash_la_LDFLAGS = -version-info 2:1
+libmhash_la_LDFLAGS = ${librealmhash_la_LDFLAGS}
+
EXTRA_DIST = libmhash.sym
all: all-am