summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ab
blob: 078c6d62126df62b0b69e3b91e88aceeb0ea1da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.12 2001/05/23 15:35:01 wiz Exp $

--- cipher/Makefile.in.orig	Sun Apr 29 16:39:07 2001
+++ cipher/Makefile.in
@@ -142,7 +142,7 @@
 @ENABLE_GNUPG_EXTENSIONS_TRUE@pkglib_PROGRAMS = @DYNAMIC_CIPHER_MODS@
 @ENABLE_GNUPG_EXTENSIONS_FALSE@pkglib_PROGRAMS = 
 
-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