File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ pdns_server_LDADD= $(POLARSSL_LIBS) $(BOOST_SERIALIZATION_LIBS) $(LUA_LIBS) $(SQ
74
74
75
75
if BOTAN110
76
76
pdns_server_SOURCES += botan110signers.cc botansigners.cc
77
- pdns_server_LDADD += $(BOTAN110_LIBS ) -lgmp -lrt
77
+ pdns_server_LDADD += $(BOTAN110_LIBS )
78
78
endif
79
79
80
80
if BOTAN18
81
81
pdns_server_SOURCES += botan18signers.cc botansigners.cc
82
- pdns_server_LDADD += $(BOTAN18_LIBS ) -lgmp
82
+ pdns_server_LDADD += $(BOTAN18_LIBS )
83
83
endif
84
84
85
85
if CRYPTOPP
@@ -161,12 +161,12 @@ endif
161
161
162
162
if BOTAN110
163
163
pdnssec_SOURCES += botan110signers.cc botansigners.cc
164
- pdnssec_LDADD += $(BOTAN110_LIBS ) -lgmp -lrt
164
+ pdnssec_LDADD += $(BOTAN110_LIBS )
165
165
endif
166
166
167
167
if BOTAN18
168
168
pdnssec_SOURCES += botan18signers.cc botansigners.cc
169
- pdnssec_LDADD += $(BOTAN18_LIBS ) -lgmp
169
+ pdnssec_LDADD += $(BOTAN18_LIBS )
170
170
endif
171
171
172
172
if CRYPTOPP
You can’t perform that action at this time.
0 commit comments