summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch')
-rw-r--r--meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch92
1 files changed, 0 insertions, 92 deletions
diff --git a/meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch b/meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
deleted file mode 100644
index 16bdebf12e..0000000000
--- a/meta-oe/recipes-support/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
+++ /dev/null
@@ -1,92 +0,0 @@
1Index: nfs-utils-1.1.2/tools/Makefile.am
2===================================================================
3--- nfs-utils-1.1.2.orig/tools/Makefile.am 2008-03-14 08:46:29.000000000 -0700
4+++ nfs-utils-1.1.2/tools/Makefile.am 2009-03-04 01:58:50.000000000 -0800
5@@ -5,7 +5,10 @@
6 if CONFIG_RPCGEN
7 OPTDIRS += rpcgen
8 endif
9-
10+CFLAGS=$(CFLAGS_FOR_BUILD)
11+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
12+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
13+LDFLAGS=$(LDFLAGS_FOR_BUILD)
14 SUBDIRS = locktest rpcdebug nlmtest $(OPTDIRS)
15
16 MAINTAINERCLEANFILES = Makefile.in
17Index: nfs-utils-1.1.2/tools/locktest/Makefile.am
18===================================================================
19--- nfs-utils-1.1.2.orig/tools/locktest/Makefile.am 2008-03-14 08:46:29.000000000 -0700
20+++ nfs-utils-1.1.2/tools/locktest/Makefile.am 2009-03-04 01:58:50.000000000 -0800
21@@ -1,12 +1,13 @@
22 ## Process this file with automake to produce Makefile.in
23
24 CC=$(CC_FOR_BUILD)
25+CFLAGS=$(CFLAGS_FOR_BUILD)
26+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
27+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
28+LDFLAGS=$(LDFLAGS_FOR_BUILD)
29 LIBTOOL = @LIBTOOL@ --tag=CC
30
31 noinst_PROGRAMS = testlk
32 testlk_SOURCES = testlk.c
33-testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
34-testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
35-testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
36
37 MAINTAINERCLEANFILES = Makefile.in
38Index: nfs-utils-1.1.2/tools/nlmtest/Makefile.am
39===================================================================
40--- nfs-utils-1.1.2.orig/tools/nlmtest/Makefile.am 2008-03-14 08:46:29.000000000 -0700
41+++ nfs-utils-1.1.2/tools/nlmtest/Makefile.am 2009-03-04 01:58:50.000000000 -0800
42@@ -1,5 +1,8 @@
43 ## Process this file with automake to produce Makefile.in
44-
45+CFLAGS=$(CFLAGS_FOR_BUILD)
46+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
47+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
48+LDFLAGS=$(LDFLAGS_FOR_BUILD)
49 EXTRA_DIST = \
50 README \
51 host.h \
52Index: nfs-utils-1.1.2/tools/rpcgen/Makefile.am
53===================================================================
54--- nfs-utils-1.1.2.orig/tools/rpcgen/Makefile.am 2008-03-14 08:46:29.000000000 -0700
55+++ nfs-utils-1.1.2/tools/rpcgen/Makefile.am 2009-03-04 01:58:50.000000000 -0800
56@@ -1,6 +1,10 @@
57 ## Process this file with automake to produce Makefile.in
58
59 CC=$(CC_FOR_BUILD)
60+CFLAGS=$(CFLAGS_FOR_BUILD)
61+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
62+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
63+LDFLAGS=$(LDFLAGS_FOR_BUILD)
64 LIBTOOL = @LIBTOOL@ --tag=CC
65
66 noinst_PROGRAMS = rpcgen
67@@ -9,10 +13,6 @@
68 rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
69 rpc_scan.h rpc_util.h
70
71-rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
72-rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
73-rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
74-
75 MAINTAINERCLEANFILES = Makefile.in
76
77 EXTRA_DIST = rpcgen.new.1
78Index: nfs-utils-1.1.2/tools/rpcdebug/Makefile.am
79===================================================================
80--- nfs-utils-1.1.2.orig/tools/rpcdebug/Makefile.am 2009-03-04 02:01:41.000000000 -0800
81+++ nfs-utils-1.1.2/tools/rpcdebug/Makefile.am 2009-03-04 02:02:42.000000000 -0800
82@@ -1,6 +1,10 @@
83 ## Process this file with automake to produce Makefile.in
84
85 CC=$(CC_FOR_BUILD)
86+CFLAGS=$(CFLAGS_FOR_BUILD)
87+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
88+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
89+LDFLAGS=$(LDFLAGS_FOR_BUILD)
90 LIBTOOL = @LIBTOOL@ --tag=CC
91
92 man8_MANS = rpcdebug.man