diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-08-02 18:16:09 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-08-02 18:16:09 +0300 |
commit | 933a3e32dd94c5d54d10c24c55394488824de1f0 (patch) | |
tree | 7a895c5683378f802e1c6ef48438a19a192a2fc8 /macros.in | |
parent | 12f9b3f9e6b35e5ad2f9edd4e112d6495756a562 (diff) | |
download | rpm-933a3e32dd94c5d54d10c24c55394488824de1f0.tar.gz rpm-933a3e32dd94c5d54d10c24c55394488824de1f0.tar.bz2 rpm-933a3e32dd94c5d54d10c24c55394488824de1f0.zip |
Dont silence patch by default (RhBug:678000, RhBug:773503)
- Unfortunately patch'es idea of "interesting" output is not ideal for
our purposes: "patching foo.c" is of little value, but hunks with
offsets and fuzz can be important and there's no switch to patch
to get exactly what we want. So let it be chatty... build logs are,
anyway.
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ package or when debugging this package.\ %_default_patch_fuzz 0 # Default patch flags -%_default_patch_flags -s +#%_default_patch_flags -s #============================================================================== # ---- Build configuration macros. |