97e82ad897
PR: 21656 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca> maintainer seems unreachable: <mike@fate.com>: host fate.com[192.153.249.5] said: 550 <mike@fate.com>... Relaying denied
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
--- clients/pgp/cmdline/Makefile.in.orig Fri Sep 1 14:11:16 2000
|
|
+++ clients/pgp/cmdline/Makefile.in Fri Sep 29 21:06:48 2000
|
|
@@ -48,7 +48,7 @@
|
|
-I$(SDKDIR)/priv/include/opaque \
|
|
-I$(RSAINC)
|
|
|
|
-LIBDIRS+=-L$(PFLDIR) -L$(SDKDIR)/unix -L$(RSALIBRARY)$(RSA_OS)
|
|
+LIBDIRS+=-L$(PFLDIR) -L$(SDKDIR)/unix
|
|
|
|
LIBS=-lPGPui -lPGPsdkNetwork -lPGPsdk -lpfl @THREADLIB@ $(RSALIBS) @LIBS@
|
|
|
|
@@ -73,7 +73,7 @@
|
|
CFLAGS=@CFLAGS@
|
|
LDFLAGS=@LDFLAGS@
|
|
|
|
-CFLAGS+= -g
|
|
+CFLAGS+= -g -pthread
|
|
|
|
TARGET=pgp
|
|
|