summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch')
-rw-r--r--meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch
deleted file mode 100644
index ef15e9f510..0000000000
--- a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Pending
2
3Fix builds failing as there is no direct rule to rebuild cflags
4
5Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6
7Index: tcp_wrappers_7.6/Makefile
8===================================================================
9--- tcp_wrappers_7.6.orig/Makefile 2011-09-02 03:34:07.000000000 +0400
10+++ tcp_wrappers_7.6/Makefile 2011-09-02 03:34:19.000000000 +0400
11@@ -732,6 +732,7 @@
12
13 # Invalidate all object files when the compiler options (CFLAGS) have changed.
14
15+cflags: config-check
16 config-check:
17 @set +e; test -n "$(REAL_DAEMON_DIR)" || { make; exit 1; }
18 @set +e; echo $(CFLAGS) >cflags.new ; \