mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
--- NetSSL_OpenSSL/samples/HTTPSTimeServer/Makefile.orig Tue Mar 19 20:26:33 2013
|
|
+++ NetSSL_OpenSSL/samples/HTTPSTimeServer/Makefile Tue Mar 19 20:27:16 2013
|
|
@@ -8,7 +8,7 @@
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
-SYSLIBS += -lssl -lcrypto -lz -ldl
|
|
+SYSLIBS += -lssl -lcrypto -lz
|
|
|
|
objects = HTTPSTimeServer
|
|
|