aboutsummaryrefslogtreecommitdiff
path: root/ipv6/tayga/patches
diff options
context:
space:
mode:
authorOndřej Caletka <ondrej@caletka.cz>2014-06-23 15:44:35 +0200
committerOndřej Caletka <ondrej@caletka.cz>2014-06-23 15:44:35 +0200
commitdb0236fb854c36e7df76457c2e610b470d437e5e (patch)
treea961a670b07f402f3cc2b255d988e8d52a53e2be /ipv6/tayga/patches
parent57b1ed6aa41e6f21e05482727c0ef089e1d2c873 (diff)
tayga: import from oldpackages
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
Diffstat (limited to 'ipv6/tayga/patches')
-rw-r--r--ipv6/tayga/patches/001-configure_unset_CFLAGS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipv6/tayga/patches/001-configure_unset_CFLAGS.patch b/ipv6/tayga/patches/001-configure_unset_CFLAGS.patch
new file mode 100644
index 000000000..c56b5f214
--- /dev/null
+++ b/ipv6/tayga/patches/001-configure_unset_CFLAGS.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -5,8 +5,6 @@ AC_CONFIG_HEADERS(config.h)
+
+ AC_PROG_CC
+
+-CFLAGS='-g -Wall'
+-
+ tayga_conf_path=${sysconfdir}/tayga.conf
+
+ AC_SUBST(tayga_conf_path)