... and some of the patches I forgot to add

This commit is contained in:
espie 2012-08-04 14:25:33 +00:00
parent 6fdca43594
commit 39ab78796c
6 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-finch_libgnt_Makefile_am,v 1.5 2012/08/04 14:25:33 espie Exp $
--- finch/libgnt/Makefile.am.orig Fri Jul 20 11:55:59 2012
+++ finch/libgnt/Makefile.am Fri Jul 20 11:56:05 2012
@@ -84,7 +84,7 @@ libgnt_lainclude_HEADERS = \
$(libgnt_la_headers)
libgnt_la_DEPENDENCIES =
-libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined
+libgnt_la_LDFLAGS = -export-dynamic -version-info $(GNT_LT_VERSION_INFO) -no-undefined
libgnt_la_LIBADD = \
$(GLIB_LIBS) \
$(GNT_LIBS) \

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-finch_libgnt_Makefile_in,v 1.19 2012/08/04 14:25:33 espie Exp $
--- finch/libgnt/Makefile.in.orig Fri Jul 20 11:56:10 2012
+++ finch/libgnt/Makefile.in Fri Jul 20 11:56:20 2012
@@ -477,7 +477,7 @@ libgnt_lainclude_HEADERS = \
$(libgnt_la_headers)
libgnt_la_DEPENDENCIES =
-libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined
+libgnt_la_LDFLAGS = -export-dynamic -version-info $(GNT_LT_VERSION_INFO) -no-undefined
libgnt_la_LIBADD = \
$(GLIB_LIBS) \
$(GNT_LIBS) \

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-ospfclient_Makefile_am,v 1.1 2012/08/04 14:25:33 espie Exp $
--- ospfclient/Makefile.am.orig Sat Jul 21 12:05:04 2012
+++ ospfclient/Makefile.am Sat Jul 21 12:05:09 2012
@@ -3,7 +3,7 @@
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
lib_LTLIBRARIES = libospfapiclient.la
-libospfapiclient_la_LDFLAGS = -version 0:0:0
+libospfapiclient_la_LDFLAGS = -version-info 0:0:0
sbin_PROGRAMS = ospfclient

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-ospfclient_Makefile_in.orig,v 1.1 2012/08/04 14:25:33 espie Exp $
--- ospfclient/Makefile.in.orig Mon Mar 12 11:43:04 2012
+++ ospfclient/Makefile.in Tue Mar 20 20:11:40 2012
@@ -131,7 +131,8 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CURSES = @CURSES@
CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
+DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
+INSTALL_SDATA = @INSTALL@ -m 600
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOC = @DOC@

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-ospfd_Makefile_am,v 1.1 2012/08/04 14:25:33 espie Exp $
--- ospfd/Makefile.am.orig Sat Jul 21 11:51:51 2012
+++ ospfd/Makefile.am Sat Jul 21 11:51:57 2012
@@ -5,7 +5,7 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdi
INSTALL_SDATA=@INSTALL@ -m 600
lib_LTLIBRARIES = libospf.la
-libospf_la_LDFLAGS = -version 0:0:0
+libospf_la_LDFLAGS = -version-info 0:0:0
sbin_PROGRAMS = ospfd

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-ospfd_Makefile_in,v 1.1 2012/08/04 14:25:33 espie Exp $
--- ospfd/Makefile.in.orig Sat Jul 21 11:52:01 2012
+++ ospfd/Makefile.in Sat Jul 21 11:52:14 2012
@@ -286,7 +286,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
INSTALL_SDATA = @INSTALL@ -m 600
lib_LTLIBRARIES = libospf.la
-libospf_la_LDFLAGS = -version 0:0:0
+libospf_la_LDFLAGS = -version-info 0:0:0
libospf_la_SOURCES = \
ospfd.c ospf_zebra.c ospf_interface.c ospf_ism.c ospf_neighbor.c \
ospf_nsm.c ospf_dump.c ospf_network.c ospf_packet.c ospf_lsa.c \