openbsd-ports/security/mhash/patches/patch-lib_Makefile_in

14 lines
489 B
Plaintext
Raw Normal View History

2008-09-03 21:02:31 +00:00
$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)
2005-12-25 11:15:33 +00:00
2008-09-03 21:02:31 +00:00
-libmhash_la_LDFLAGS = -version-info 2:1
+libmhash_la_LDFLAGS = ${librealmhash_la_LDFLAGS}
+
2005-12-25 11:15:33 +00:00
EXTRA_DIST = libmhash.sym
2008-09-03 21:02:31 +00:00
all: all-am