]> git.pld-linux.org Git - packages/echoping.git/blob - echoping-no-versioned-modules.patch
Make all plugins work
[packages/echoping.git] / echoping-no-versioned-modules.patch
1 --- echoping-6.0.2/configure-common.ac~ 2007-04-09 21:52:54.000000000 +0200
2 +++ echoping-6.0.2/configure-common.ac  2012-08-20 22:39:19.663323545 +0200
3 @@ -1,5 +1,4 @@
4  dnl $Id: configure-common.ac 410 2007-04-09 19:49:29Z bortz $
5 -AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
6  AC_CANONICAL_HOST
7  AC_PROG_CC(cc gcc)
8  AC_LIBTOOL_DLOPEN
9 diff -ur echoping-6.0.2/configure.ac echoping-6.0.2-avoid-version/configure.ac
10 --- echoping-6.0.2/configure.ac 2007-04-05 14:40:49.000000000 +0200
11 +++ echoping-6.0.2-avoid-version/configure.ac   2012-08-20 22:35:50.029991729 +0200
12 @@ -1,6 +1,7 @@
13  dnl $Id: configure.ac 401 2007-04-05 12:26:38Z bortz $
14  
15  dnl Process this file with autoconf to produce a configure script.
16 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
17  
18  m4_include(configure-common.ac)
19  AM_INIT_AUTOMAKE
20 diff -ur echoping-6.0.2/plugins/configure.ac echoping-6.0.2-avoid-version/plugins/configure.ac
21 --- echoping-6.0.2/plugins/configure.ac 2007-04-09 21:27:15.000000000 +0200
22 +++ echoping-6.0.2-avoid-version/plugins/configure.ac   2012-08-20 22:36:18.866658187 +0200
23 @@ -1,4 +1,5 @@
24  dnl $Id: configure.ac 407 2007-04-09 19:20:13Z bortz $
25 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
26  
27  m4_include(../configure-common.ac)
28  AM_INIT_AUTOMAKE(foreign)
29 diff -ur echoping-6.0.2/plugins/dns/configure.ac echoping-6.0.2-avoid-version/plugins/dns/configure.ac
30 --- echoping-6.0.2/plugins/dns/configure.ac     2007-04-05 14:40:48.000000000 +0200
31 +++ echoping-6.0.2-avoid-version/plugins/dns/configure.ac       2012-08-20 22:35:56.929991680 +0200
32 @@ -1,4 +1,5 @@
33  dnl $Id: configure.ac 377 2007-03-12 20:48:05Z bortz $
34 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
35  
36  m4_include([../../configure-common.ac])
37  AM_INIT_AUTOMAKE(foreign)
38 diff -ur echoping-6.0.2/plugins/dns/Makefile.am echoping-6.0.2-avoid-version/plugins/dns/Makefile.am
39 --- echoping-6.0.2/plugins/dns/Makefile.am      2007-04-05 14:40:48.000000000 +0200
40 +++ echoping-6.0.2-avoid-version/plugins/dns/Makefile.am        2012-08-20 21:49:39.688195883 +0200
41 @@ -1,7 +1,7 @@
42  if DNSBUILD
43  pkglib_LTLIBRARIES = dns.la
44  dns_la_SOURCES = dns.c
45 -dns_la_LDFLAGS = -module
46 +dns_la_LDFLAGS = -module -avoid-version
47  endif
48  
49  man_MANS = echoping_dns.1
50 diff -ur echoping-6.0.2/plugins/ldap/configure.ac echoping-6.0.2-avoid-version/plugins/ldap/configure.ac
51 --- echoping-6.0.2/plugins/ldap/configure.ac    2007-04-05 14:40:48.000000000 +0200
52 +++ echoping-6.0.2-avoid-version/plugins/ldap/configure.ac      2012-08-20 22:36:02.746658304 +0200
53 @@ -1,4 +1,5 @@
54  dnl $Id: configure.ac 377 2007-03-12 20:48:05Z bortz $
55 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
56  
57  m4_include([../../configure-common.ac])
58  AM_INIT_AUTOMAKE(foreign)
59 diff -ur echoping-6.0.2/plugins/ldap/Makefile.am echoping-6.0.2-avoid-version/plugins/ldap/Makefile.am
60 --- echoping-6.0.2/plugins/ldap/Makefile.am     2007-04-05 14:40:48.000000000 +0200
61 +++ echoping-6.0.2-avoid-version/plugins/ldap/Makefile.am       2012-08-20 21:49:46.858195831 +0200
62 @@ -1,7 +1,7 @@
63  if LDAPBUILD
64  pkglib_LTLIBRARIES = ldap.la
65  ldap_la_SOURCES = ldap.c
66 -ldap_la_LDFLAGS = -module
67 +ldap_la_LDFLAGS = -module -avoid-version
68  endif
69  man_MANS = echoping_ldap.1
70  
71 diff -ur echoping-6.0.2/plugins/postgresql/configure.ac echoping-6.0.2-avoid-version/plugins/postgresql/configure.ac
72 --- echoping-6.0.2/plugins/postgresql/configure.ac      2007-04-05 14:40:48.000000000 +0200
73 +++ echoping-6.0.2-avoid-version/plugins/postgresql/configure.ac        2012-08-20 22:36:06.306658278 +0200
74 @@ -1,4 +1,5 @@
75  dnl $Id: configure.ac 377 2007-03-12 20:48:05Z bortz $
76 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
77  
78  m4_include([../../configure-common.ac])
79  AM_INIT_AUTOMAKE(foreign)
80 diff -ur echoping-6.0.2/plugins/postgresql/Makefile.am echoping-6.0.2-avoid-version/plugins/postgresql/Makefile.am
81 --- echoping-6.0.2/plugins/postgresql/Makefile.am       2007-04-05 14:40:48.000000000 +0200
82 +++ echoping-6.0.2-avoid-version/plugins/postgresql/Makefile.am 2012-08-20 21:49:52.708195789 +0200
83 @@ -1,7 +1,7 @@
84  if PGSQLBUILD
85  pkglib_LTLIBRARIES = postgresql.la
86  postgresql_la_SOURCES = postgresql.c
87 -postgresql_la_LDFLAGS = -module
88 +postgresql_la_LDFLAGS = -module -avoid-version
89  endif
90  man_MANS = echoping_postgresql.1
91  
92 diff -ur echoping-6.0.2/plugins/random/configure.ac echoping-6.0.2-avoid-version/plugins/random/configure.ac
93 --- echoping-6.0.2/plugins/random/configure.ac  2007-04-05 14:40:48.000000000 +0200
94 +++ echoping-6.0.2-avoid-version/plugins/random/configure.ac    2012-08-20 22:36:10.193324918 +0200
95 @@ -1,4 +1,5 @@
96  dnl $Id: configure.ac 377 2007-03-12 20:48:05Z bortz $
97 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
98  
99  m4_include(../../configure-common.ac)
100  AM_INIT_AUTOMAKE(foreign)
101 diff -ur echoping-6.0.2/plugins/random/Makefile.am echoping-6.0.2-avoid-version/plugins/random/Makefile.am
102 --- echoping-6.0.2/plugins/random/Makefile.am   2007-04-05 14:40:48.000000000 +0200
103 +++ echoping-6.0.2-avoid-version/plugins/random/Makefile.am     2012-08-20 21:49:57.104862424 +0200
104 @@ -1,6 +1,6 @@
105  pkglib_LTLIBRARIES = random.la
106  random_la_SOURCES = random.c
107 -random_la_LDFLAGS = -module
108 +random_la_LDFLAGS = -module -avoid-version
109  man_MANS = echoping_random.1
110  
111 -EXTRA_DIST = $(man_MANS)
112 \ No newline at end of file
113 +EXTRA_DIST = $(man_MANS)
114 diff -ur echoping-6.0.2/plugins/whois/configure.ac echoping-6.0.2-avoid-version/plugins/whois/configure.ac
115 --- echoping-6.0.2/plugins/whois/configure.ac   2007-04-05 14:40:48.000000000 +0200
116 +++ echoping-6.0.2-avoid-version/plugins/whois/configure.ac     2012-08-20 22:36:15.036658216 +0200
117 @@ -1,4 +1,5 @@
118  dnl $Id: configure.ac 377 2007-03-12 20:48:05Z bortz $
119 +AC_INIT(echoping, 6.0.2, bortz@users.sourceforge.net)
120  
121  m4_include([../../configure-common.ac])
122  AM_INIT_AUTOMAKE(foreign)
123 diff -ur echoping-6.0.2/plugins/whois/Makefile.am echoping-6.0.2-avoid-version/plugins/whois/Makefile.am
124 --- echoping-6.0.2/plugins/whois/Makefile.am    2007-04-05 14:40:48.000000000 +0200
125 +++ echoping-6.0.2-avoid-version/plugins/whois/Makefile.am      2012-08-20 21:50:01.441529059 +0200
126 @@ -2,7 +2,7 @@
127  
128  pkglib_LTLIBRARIES = whois.la
129  whois_la_SOURCES = whois.c
130 -whois_la_LDFLAGS = -module
131 +whois_la_LDFLAGS = -module -avoid-version
132  man_MANS = echoping_whois.1
133  
134  EXTRA_DIST = $(man_MANS) test.sh
This page took 0.059846 seconds and 4 git commands to generate.