summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/patches/patch-ab')
-rw-r--r--security/gnupg/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
index 078c6d62126..3bc581e00e3 100644
--- a/security/gnupg/patches/patch-ab
+++ b/security/gnupg/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.12 2001/05/23 15:35:01 wiz Exp $
+$NetBSD: patch-ab,v 1.13 2002/05/07 18:48:47 wiz Exp $
---- cipher/Makefile.in.orig Sun Apr 29 16:39:07 2001
+--- cipher/Makefile.in.orig Mon Apr 29 17:06:11 2002
+++ cipher/Makefile.in
-@@ -142,7 +142,7 @@
- @ENABLE_GNUPG_EXTENSIONS_TRUE@pkglib_PROGRAMS = @DYNAMIC_CIPHER_MODS@
- @ENABLE_GNUPG_EXTENSIONS_FALSE@pkglib_PROGRAMS =
+@@ -129,7 +129,7 @@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
-DYNLINK_MOD_CFLAGS = -DIS_MODULE @DYNLINK_MOD_CFLAGS@
+DYNLINK_MOD_CFLAGS = -DIS_MODULE -fPIC @DYNLINK_MOD_CFLAGS@
- #libcipher_a_LDFLAGS =
- libcipher_a_SOURCES = cipher.c pubkey.c md.c dynload.c dynload.h bithelp.h des.c des.h twofish.c blowfish.c blowfish.h cast5.c cast5.h rijndael.c elgamal.c elgamal.h rsa.c rsa.h primegen.c random.h random.c rand-internal.h rmd.h dsa.h dsa.c g10c.c smallprime.c construct.c
+ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
+