diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-10-09 16:11:13 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-10-09 16:12:04 +0200 |
commit | 69cb945b638721fddbc41d4940caf7672d959504 (patch) | |
tree | 5ea9d2254fde502b9db7a5b9909916e83a0f3a76 /app-admin/rsyslog/files | |
parent | app-admin/rsyslog: Bump to version 8.13.0 (diff) | |
download | gentoo-69cb945b638721fddbc41d4940caf7672d959504.tar.gz gentoo-69cb945b638721fddbc41d4940caf7672d959504.tar.bz2 gentoo-69cb945b638721fddbc41d4940caf7672d959504.zip |
app-admin/rsyslog: Removed old.
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/rsyslog/files')
-rw-r--r-- | app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch b/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch deleted file mode 100644 index c74279bfdedc..000000000000 --- a/app-admin/rsyslog/files/8-stable/10-respect_CFLAGS.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old 2014-10-02 15:41:45.692471540 +0200 -+++ configure.ac 2014-10-02 15:42:11.122743182 +0200 -@@ -835,7 +835,7 @@ - AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes) - RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_CFLAGS)" - if test "$GCC" = "yes" --then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g" -+then RSRT_CFLAGS="$RSRT_CFLAGS -W -std=c99 -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute" - fi - RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)" - AC_SUBST(RSRT_CFLAGS1) |