2015-07-13 11:17:08 +02:00
|
|
|
From 5796ca01e33596d4102dd714349c908fecc331c0 Mon Sep 17 00:00:00 2001
|
2012-11-10 12:42:42 +01:00
|
|
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
|
|
Date: Sat, 10 Nov 2012 18:56:12 +0100
|
|
|
|
Subject: [PATCH] Patch taken from Gentoo
|
2012-05-29 20:13:21 +02:00
|
|
|
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
2012-11-10 12:42:42 +01:00
|
|
|
---
|
2015-07-13 11:17:08 +02:00
|
|
|
tools/locktest/Makefile.am | 7 +++----
|
|
|
|
tools/rpcgen/Makefile.am | 8 +++-----
|
|
|
|
2 files changed, 6 insertions(+), 9 deletions(-)
|
2012-05-29 20:13:21 +02:00
|
|
|
|
2012-11-10 12:42:42 +01:00
|
|
|
diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
|
|
|
|
index 3156815..efe6fcd 100644
|
2012-05-29 20:13:21 +02:00
|
|
|
--- a/tools/locktest/Makefile.am
|
|
|
|
+++ b/tools/locktest/Makefile.am
|
|
|
|
@@ -1,12 +1,11 @@
|
|
|
|
## Process this file with automake to produce Makefile.in
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
CC=$(CC_FOR_BUILD)
|
|
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
noinst_PROGRAMS = testlk
|
|
|
|
testlk_SOURCES = testlk.c
|
|
|
|
-testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
-testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
|
|
-testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2012-11-10 12:42:42 +01:00
|
|
|
diff --git a/tools/rpcgen/Makefile.am b/tools/rpcgen/Makefile.am
|
|
|
|
index 8a9ec89..5a5b4d3 100644
|
2012-05-29 20:13:21 +02:00
|
|
|
--- a/tools/rpcgen/Makefile.am
|
|
|
|
+++ b/tools/rpcgen/Makefile.am
|
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
## Process this file with automake to produce Makefile.in
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
CC=$(CC_FOR_BUILD)
|
|
|
|
-LIBTOOL = @LIBTOOL@ --tag=CC
|
|
|
|
+CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
|
|
+LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
noinst_PROGRAMS = rpcgen
|
|
|
|
rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
2012-11-10 12:42:42 +01:00
|
|
|
@@ -9,10 +11,6 @@ rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
|
2012-05-29 20:13:21 +02:00
|
|
|
rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
|
|
|
|
rpc_scan.h rpc_util.h
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
-rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
|
|
|
|
-rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
|
|
|
|
-rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
|
|
|
|
-rpcgen_LDADD=$(LIBTIRPC)
|
2015-07-13 11:17:08 +02:00
|
|
|
|
2012-05-29 20:13:21 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2015-07-13 11:17:08 +02:00
|
|
|
|
|
|
|
--
|
|
|
|
2.1.0
|
2012-11-10 12:42:42 +01:00
|
|
|
|