summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-21 16:38:28 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-21 16:38:28 +0300
commitbfed48d5b5b9f8c7f4b89835243948e6ed55fb11 (patch)
tree9202676dfa65a6b9b0cb39e6171fb9688ae73e30 /neon
parent9bc07d4476a87ff11d2c59be6a43cecb4d45f190 (diff)
Drop OS2
Diffstat (limited to 'neon')
-rw-r--r--neon/neon.patch5
1 files changed, 1 insertions, 4 deletions
diff --git a/neon/neon.patch b/neon/neon.patch
index 0f5669152a28..b7a3f8514335 100644
--- a/neon/neon.patch
+++ b/neon/neon.patch
@@ -492,7 +492,7 @@
+#endif
--- misc/neon-0.29.5/src/makefile.mk 2011-02-03 10:32:38.000000000 +0100
+++ misc/build/neon-0.29.5/src/makefile.mk 2011-02-03 10:26:19.000000000 +0100
-@@ -1,1 +1,99 @@
+@@ -1,1 +1,96 @@
-dummy
+PRJ=..$/..$/..$/..$/..
+
@@ -578,9 +578,6 @@
+ .IF "$(OS)"=="SOLARIS"
+ SHL1STDLIBS+= -lnsl -lsocket -ldl
+ .ENDIF # SOLARIS
-+ .IF "$(OS)"=="OS2"
-+ SHL1STDLIBS+= pthread.lib libz.lib
-+ .ENDIF # OS2
+ .IF "$(SYSTEM_OPENSSL)"=="YES"
+ SHL1STDLIBS+= $(OPENSSLLIB)
+ .ELSE