23 lines
741 B
Plaintext
23 lines
741 B
Plaintext
$OpenBSD: patch-ospfclient_Makefile_in,v 1.10 2012/08/04 14:24:23 espie Exp $
|
|
--- ospfclient/Makefile.in.orig Mon Mar 12 12:43:04 2012
|
|
+++ ospfclient/Makefile.in Sat Jul 21 12:05:18 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@
|
|
@@ -280,7 +281,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
lib_LTLIBRARIES = libospfapiclient.la
|
|
-libospfapiclient_la_LDFLAGS = -version 0:0:0
|
|
+libospfapiclient_la_LDFLAGS = -version-info 0:0:0
|
|
libospfapiclient_la_SOURCES = \
|
|
ospf_apiclient.c
|
|
|