File: gnutls.dpatch

package info (click to toggle)
libcommoncpp2 1.5.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,732 kB
  • ctags: 3,544
  • sloc: cpp: 28,089; sh: 9,512; ansic: 1,118; makefile: 319; xml: 5
file content (43 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#! /bin/sh /usr/share/dpatch/dpatch-run
## gnutls.dpatch by  <mikma@users.sourceforge.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: libccext2 need to be linked against ssl libraries,
## DP: but the ssl libs don't need to be added to the pkg-config file.

@DPATCH@
diff -urNad libcommoncpp2-1.5.1~/src/Makefile.am libcommoncpp2-1.5.1/src/Makefile.am
--- libcommoncpp2-1.5.1~/src/Makefile.am	2006-09-30 18:41:53.000000000 +0200
+++ libcommoncpp2-1.5.1/src/Makefile.am	2006-10-25 09:06:10.000000000 +0200
@@ -45,7 +45,7 @@
 	cidr.cpp private.h nat.h
 
 if EXTRAS
-libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@
+libccext2_la_LIBADD = @BASE_LIB@ @SSL_LIBS@ @THREAD_LIBS@
 libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS)
 
 if GETOPT_LONG
diff -urNad libcommoncpp2-1.5.1~/src/Makefile.in libcommoncpp2-1.5.1/src/Makefile.in
--- libcommoncpp2-1.5.1~/src/Makefile.in	2006-10-07 20:14:54.000000000 +0200
+++ libcommoncpp2-1.5.1/src/Makefile.in	2006-10-25 09:06:10.000000000 +0200
@@ -324,7 +324,7 @@
 	nat.cpp runlist.cpp assoc.cpp pointer.cpp linked.cpp map.cpp \
 	cidr.cpp private.h nat.h
 
-@EXTRAS_TRUE@libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@
+@EXTRAS_TRUE@libccext2_la_LIBADD = @BASE_LIB@ @SSL_LIBS@ @THREAD_LIBS@
 @EXTRAS_TRUE@libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS)
 @EXTRAS_TRUE@@GETOPT_LONG_TRUE@optincludedir = $(includedir)/cc++2
 @EXTRAS_TRUE@@GETOPT_LONG_TRUE@optinclude_HEADERS = getopt.h
diff -urNad libcommoncpp2-1.5.1~/src/libccext2.pc.in libcommoncpp2-1.5.1/src/libccext2.pc.in
--- libcommoncpp2-1.5.1~/src/libccext2.pc.in	2006-10-01 15:01:41.000000000 +0200
+++ libcommoncpp2-1.5.1/src/libccext2.pc.in	2006-10-25 09:06:10.000000000 +0200
@@ -8,6 +8,6 @@
 Description: GNU Common C++ Extension library
 Version: @VERSION@
 Requires: libccgnu2 = @VERSION@
-Libs: -lccext2 @GETOPT_LIBS@ @SSL_LIBS@
+Libs: -lccext2 @GETOPT_LIBS@