diff options
| -rw-r--r-- | meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch | 18 | ||||
| -rw-r--r-- | meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb | 1 |
2 files changed, 19 insertions, 0 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 new file mode 100644 index 0000000000..ef15e9f510 --- /dev/null +++ b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers-7.6/fix-cflags-dep.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Fix builds failing as there is no direct rule to rebuild cflags | ||
| 4 | |||
| 5 | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
| 6 | |||
| 7 | Index: 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 ; \ | ||
diff --git a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb index c92447ea07..96448a947b 100644 --- a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb | |||
| @@ -29,6 +29,7 @@ SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | |||
| 29 | file://size_t.patch \ | 29 | file://size_t.patch \ |
| 30 | file://tcpdchk_libwrapped.patch \ | 30 | file://tcpdchk_libwrapped.patch \ |
| 31 | file://ldflags.patch \ | 31 | file://ldflags.patch \ |
| 32 | file://fix-cflags-dep.patch \ | ||
| 32 | \ | 33 | \ |
| 33 | file://try-from.8 \ | 34 | file://try-from.8 \ |
| 34 | file://safe_finger.8" | 35 | file://safe_finger.8" |
