Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / nettle / patches / patch-testsuite_Makefile.in
blob0bad4b44153dff1da11426ad290f6c288a3a4bd2
1 $NetBSD: patch-testsuite_Makefile.in,v 1.3 2013/03/15 18:22:03 drochner Exp $
3 Use LIBTOOL.
5 --- testsuite/Makefile.in.orig  2013-01-14 21:44:13.000000000 +0000
6 +++ testsuite/Makefile.in
7 @@ -73,9 +73,9 @@ all: $(TARGETS) $(EXTRA_TARGETS)
8  # to use suffix rules to build the test executables. So we use an
9  # explicit rule for each and every executable.
11 -LIB_HOGWEED = @IF_HOGWEED@ -lhogweed
12 +LIB_HOGWEED = @IF_HOGWEED@ ../libhogweed.la
13  TEST_OBJS = testutils.$(OBJEXT) ../nettle-internal.$(OBJEXT) \
14 -           $(LIB_HOGWEED) -lnettle $(LIBS)
15 +           $(LIB_HOGWEED) ../libnettle.la $(LIBS)
17  ../nettle-internal.$(OBJEXT):
18         ( cd .. && $(MAKE) nettle-internal.$(OBJEXT) )
19 @@ -96,7 +96,7 @@ test-rules:
20  include $(srcdir)/.test-rules.make
22  $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../nettle-internal.$(OBJEXT) \
23 -       ../libnettle.a @IF_HOGWEED@ ../libhogweed.a
24 +       ../libnettle.la @IF_HOGWEED@ ../libhogweed.la
26  # For use as, e.g.,
27  #