|
@@ -1,14 +1,13 @@
|
|
-From 971389625c9602085d399d8ae7fc42b75efcfb7c Mon Sep 17 00:00:00 2001
|
|
|
|
|
|
+From 5796ca01e33596d4102dd714349c908fecc331c0 Mon Sep 17 00:00:00 2001
|
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
Date: Sat, 10 Nov 2012 18:56:12 +0100
|
|
Date: Sat, 10 Nov 2012 18:56:12 +0100
|
|
Subject: [PATCH] Patch taken from Gentoo
|
|
Subject: [PATCH] Patch taken from Gentoo
|
|
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
---
|
|
---
|
|
- tools/locktest/Makefile.am | 7 +++----
|
|
|
|
- tools/rpcdebug/Makefile.am | 7 +++----
|
|
|
|
- tools/rpcgen/Makefile.am | 8 +++-----
|
|
|
|
- 3 files changed, 9 insertions(+), 13 deletions(-)
|
|
|
|
|
|
+ tools/locktest/Makefile.am | 7 +++----
|
|
|
|
+ tools/rpcgen/Makefile.am | 8 +++-----
|
|
|
|
+ 2 files changed, 6 insertions(+), 9 deletions(-)
|
|
|
|
|
|
diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
|
|
diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
|
|
index 3156815..efe6fcd 100644
|
|
index 3156815..efe6fcd 100644
|
|
@@ -16,42 +15,19 @@ index 3156815..efe6fcd 100644
|
|
+++ b/tools/locktest/Makefile.am
|
|
+++ b/tools/locktest/Makefile.am
|
|
@@ -1,12 +1,11 @@
|
|
@@ -1,12 +1,11 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
## Process this file with automake to produce Makefile.in
|
|
-
|
|
|
|
|
|
+
|
|
CC=$(CC_FOR_BUILD)
|
|
CC=$(CC_FOR_BUILD)
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-
|
|
|
|
|
|
+
|
|
noinst_PROGRAMS = testlk
|
|
noinst_PROGRAMS = testlk
|
|
testlk_SOURCES = testlk.c
|
|
testlk_SOURCES = testlk.c
|
|
-testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
-testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
-testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
-testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
-testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-
|
|
|
|
- MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
-diff --git a/tools/rpcdebug/Makefile.am b/tools/rpcdebug/Makefile.am
|
|
|
|
-index 39b70c9..0056597 100644
|
|
|
|
---- a/tools/rpcdebug/Makefile.am
|
|
|
|
-+++ b/tools/rpcdebug/Makefile.am
|
|
|
|
-@@ -1,15 +1,14 @@
|
|
|
|
- ## Process this file with automake to produce Makefile.in
|
|
|
|
-
|
|
|
|
- CC=$(CC_FOR_BUILD)
|
|
|
|
--LIBTOOL = @LIBTOOL@ --tag=CC
|
|
|
|
-+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
|
|
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
|
|
-
|
|
|
|
- man8_MANS = rpcdebug.man
|
|
|
|
- EXTRA_DIST = $(man8_MANS)
|
|
|
|
-
|
|
|
|
- sbin_PROGRAMS = rpcdebug
|
|
|
|
- rpcdebug_SOURCES = rpcdebug.c
|
|
|
|
--rpcdebug_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
--rpcdebug_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) -I$(top_srcdir)/support/include
|
|
|
|
--rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
|
|
-
|
|
|
|
|
|
+
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
diff --git a/tools/rpcgen/Makefile.am b/tools/rpcgen/Makefile.am
|
|
diff --git a/tools/rpcgen/Makefile.am b/tools/rpcgen/Makefile.am
|
|
index 8a9ec89..5a5b4d3 100644
|
|
index 8a9ec89..5a5b4d3 100644
|
|
@@ -59,26 +35,26 @@ index 8a9ec89..5a5b4d3 100644
|
|
+++ b/tools/rpcgen/Makefile.am
|
|
+++ b/tools/rpcgen/Makefile.am
|
|
@@ -1,7 +1,9 @@
|
|
@@ -1,7 +1,9 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
## Process this file with automake to produce Makefile.in
|
|
-
|
|
|
|
|
|
+
|
|
CC=$(CC_FOR_BUILD)
|
|
CC=$(CC_FOR_BUILD)
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-
|
|
|
|
|
|
+
|
|
noinst_PROGRAMS = rpcgen
|
|
noinst_PROGRAMS = rpcgen
|
|
rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
|
rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
|
@@ -9,10 +11,6 @@ rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
|
@@ -9,10 +11,6 @@ rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
|
rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
|
|
rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
|
|
rpc_scan.h rpc_util.h
|
|
rpc_scan.h rpc_util.h
|
|
-
|
|
|
|
|
|
+
|
|
-rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
-rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
-rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
-rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
-rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
-rpcgen_LDADD=$(LIBTIRPC)
|
|
-rpcgen_LDADD=$(LIBTIRPC)
|
|
-
|
|
|
|
|
|
+
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
-
|
|
|
|
---
|
|
|
|
-1.7.9.5
|
|
|
|
|
|
+
|
|
|
|
+--
|
|
|
|
+2.1.0
|
|
|
|
|