File: makefile.patch

package info (click to toggle)
dnssec-tools 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,064 kB
  • sloc: perl: 44,399; ansic: 31,547; cpp: 21,306; sh: 15,813; xml: 2,113; makefile: 1,390; pascal: 836; python: 290; csh: 11
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	2007-08-27 12:26:31.000000000 -0400
+++ Makefile	2007-08-27 14:39:59.000000000 -0400
@@ -237,6 +237,7 @@
 	${EXTRA_CRYPTO_DEFS} \
 	$(HAVE_THREADS_DEFS) \
 	$(SMARTCARD_DEFS) \
+	-DDNSSEC_LOCAL_VALIDATION -DADNS_THREADS \
 	-DPLUTO \
 	-DKLIPS \
         -DBUILDER=\"${BUILDER}\" \
@@ -272,7 +273,7 @@
 endif
 
 LIBSADNS = $(OPENSWANLIB)
-LIBSADNS += -lresolv # -lefence
+LIBSADNS += -lpthread -lval-threads -lsres -lcrypto # -lefence
 
 # Solaris needs -lsocket -lnsl
 LIBSWHACK = whacklib.o ${OPENSWANLIB}