aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-05 20:34:07 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-05 20:34:07 +0200
commit187b31c0d6f73638d97b061e8df48155bbb1ad12 (patch)
tree7b49f5a8672536f8ec47e559bd945de815806988 /recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
parentb291d8177ca9f414d230dcf8e19718d0ec9fd29b (diff)
downloadopenembedded-187b31c0d6f73638d97b061e8df48155bbb1ad12.tar.gz
nfs-utils: remove old versions
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch')
-rw-r--r--recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch92
1 files changed, 0 insertions, 92 deletions
diff --git a/recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch b/recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
deleted file mode 100644
index 16bdebf12e..0000000000
--- a/recipes/nfs-utils/nfs-utils-1.1.2/nfs-utils-tools-unset-cflags.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-Index: nfs-utils-1.1.2/tools/Makefile.am
-===================================================================
---- nfs-utils-1.1.2.orig/tools/Makefile.am 2008-03-14 08:46:29.000000000 -0700
-+++ nfs-utils-1.1.2/tools/Makefile.am 2009-03-04 01:58:50.000000000 -0800
-@@ -5,7 +5,10 @@
- if CONFIG_RPCGEN
- OPTDIRS += rpcgen
- endif
--
-+CFLAGS=$(CFLAGS_FOR_BUILD)
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
-+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
- SUBDIRS = locktest rpcdebug nlmtest $(OPTDIRS)
-
- MAINTAINERCLEANFILES = Makefile.in
-Index: nfs-utils-1.1.2/tools/locktest/Makefile.am
-===================================================================
---- nfs-utils-1.1.2.orig/tools/locktest/Makefile.am 2008-03-14 08:46:29.000000000 -0700
-+++ nfs-utils-1.1.2/tools/locktest/Makefile.am 2009-03-04 01:58:50.000000000 -0800
-@@ -1,12 +1,13 @@
- ## Process this file with automake to produce Makefile.in
-
- CC=$(CC_FOR_BUILD)
-+CFLAGS=$(CFLAGS_FOR_BUILD)
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
-+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
- LIBTOOL = @LIBTOOL@ --tag=CC
-
- noinst_PROGRAMS = testlk
- testlk_SOURCES = testlk.c
--testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
--testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
--testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
-
- MAINTAINERCLEANFILES = Makefile.in
-Index: nfs-utils-1.1.2/tools/nlmtest/Makefile.am
-===================================================================
---- nfs-utils-1.1.2.orig/tools/nlmtest/Makefile.am 2008-03-14 08:46:29.000000000 -0700
-+++ nfs-utils-1.1.2/tools/nlmtest/Makefile.am 2009-03-04 01:58:50.000000000 -0800
-@@ -1,5 +1,8 @@
- ## Process this file with automake to produce Makefile.in
--
-+CFLAGS=$(CFLAGS_FOR_BUILD)
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
-+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
- EXTRA_DIST = \
- README \
- host.h \
-Index: nfs-utils-1.1.2/tools/rpcgen/Makefile.am
-===================================================================
---- nfs-utils-1.1.2.orig/tools/rpcgen/Makefile.am 2008-03-14 08:46:29.000000000 -0700
-+++ nfs-utils-1.1.2/tools/rpcgen/Makefile.am 2009-03-04 01:58:50.000000000 -0800
-@@ -1,6 +1,10 @@
- ## Process this file with automake to produce Makefile.in
-
- CC=$(CC_FOR_BUILD)
-+CFLAGS=$(CFLAGS_FOR_BUILD)
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
-+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
- LIBTOOL = @LIBTOOL@ --tag=CC
-
- noinst_PROGRAMS = rpcgen
-@@ -9,10 +13,6 @@
- rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
- rpc_scan.h rpc_util.h
-
--rpcgen_CFLAGS=$(CFLAGS_FOR_BUILD)
--rpcgen_CPPLAGS=$(CPPFLAGS_FOR_BUILD)
--rpcgen_LDFLAGS=$(LDFLAGS_FOR_BUILD)
--
- MAINTAINERCLEANFILES = Makefile.in
-
- EXTRA_DIST = rpcgen.new.1
-Index: nfs-utils-1.1.2/tools/rpcdebug/Makefile.am
-===================================================================
---- nfs-utils-1.1.2.orig/tools/rpcdebug/Makefile.am 2009-03-04 02:01:41.000000000 -0800
-+++ nfs-utils-1.1.2/tools/rpcdebug/Makefile.am 2009-03-04 02:02:42.000000000 -0800
-@@ -1,6 +1,10 @@
- ## Process this file with automake to produce Makefile.in
-
- CC=$(CC_FOR_BUILD)
-+CFLAGS=$(CFLAGS_FOR_BUILD)
-+CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
-+CXXFLAGS=$(CXXFLAGS_FOR_BUILD)
-+LDFLAGS=$(LDFLAGS_FOR_BUILD)
- LIBTOOL = @LIBTOOL@ --tag=CC
-
- man8_MANS = rpcdebug.man