pkgsrc/security/libassuan/patches/patch-ad
bjs f8fc2597e3 Update to libassuan-1.0.5. As shipped, it builds with -fPIC on linux.
This is not acceptable for us.  Instead, we patch to use libtool.
The included test passes.

Changes since 1.0.3:

 * Minor fixes.
 * Build library for GNU/Linux as PIC [**but we use libtool**]
 * New hook feature to enhance the internal I/O functions.
2008-09-07 02:40:53 +00:00

11 lines
374 B
Text

$NetBSD: patch-ad,v 1.1 2008/09/07 02:40:53 bjs Exp $
--- tests/Makefile.am.orig 2007-07-05 13:10:06.000000000 -0400
+++ tests/Makefile.am
@@ -35,5 +35,5 @@ AM_CFLAGS = # $(GPG_ERROR_CFLAGS)
noinst_HEADERS = common.h
noinst_PROGRAMS = $(TESTS)
-LDADD = ../src/libassuan.a $(NETLIBS) # $(GPG_ERROR_LIBS)
+LDADD = ../src/libassuan.la $(NETLIBS) # $(GPG_ERROR_LIBS)