diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-04-29 16:09:48 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-04-29 16:09:48 +0000 |
commit | ced63669feada1dd7e16bef9eefda32a036b5d0d (patch) | |
tree | 3c731fd4b9a3f75c72cfe623d4b3d4431ed6470b | |
parent | 864b05162254028223b65636a7d1ce201dd841ae (diff) | |
download | midipix_build-ced63669feada1dd7e16bef9eefda32a036b5d0d.tar.bz2 midipix_build-ced63669feada1dd7e16bef9eefda32a036b5d0d.tar.xz |
patches/tdnf-2.0.0-alpha.1.local.patch: common sense readjustment.
-rw-r--r-- | patches/tdnf-2.0.0-alpha.1.local.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/patches/tdnf-2.0.0-alpha.1.local.patch b/patches/tdnf-2.0.0-alpha.1.local.patch new file mode 100644 index 00000000..a0f2e8c1 --- /dev/null +++ b/patches/tdnf-2.0.0-alpha.1.local.patch @@ -0,0 +1,20 @@ +--- tdnf-2.0.0-alpha.1/configure.ac.orig 2018-01-12 22:48:40.000000000 +0000 ++++ tdnf-2.0.0-alpha.1/configure.ac 2018-04-29 16:08:28.672000000 +0000 +@@ -2,7 +2,7 @@ + AC_MSG_NOTICE([tdnf configuration]) + + AC_CANONICAL_SYSTEM +-AM_INIT_AUTOMAKE([-Wall -Werror foreign]) ++AM_INIT_AUTOMAKE([-Wall foreign]) + + AC_CONFIG_TESTDIR(tests) + +@@ -15,7 +15,7 @@ + CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_GNU_SOURCE -fPIC" + + AM_CPPFLAGS="$AM_CPPFLAGS -I${top_srcdir}/include" +-AM_CFLAGS="$AM_CFLAGS -Wall -Werror -fno-strict-aliasing" ++AM_CFLAGS="$AM_CFLAGS -Wall -fno-strict-aliasing" + + CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_GNU_SOURCE -fPIC" + AC_SUBST(AM_CPPFLAGS) |