[webkitgtk3] Remove a CFLAGS override

Kalev Lember kalev at fedoraproject.org
Mon Aug 12 09:59:14 UTC 2013


commit ba3b2d4af86bb579f1188df7aef0a1883d8f760e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Aug 12 10:57:59 2013 +0200

    Remove a CFLAGS override
    
    LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY
    is already defined in webkitgtk before all the libsoup includes; we
    no longer need to do this manually in the spec file.

 webkitgtk3.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index fe7d712..315383d 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -112,7 +112,7 @@ This package contains developer documentation for %{name}.
 %global optflags %{optflags} -Wl,-relax
 %endif
 
-CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure                                                   \
+%configure                                                      \
                         --with-gtk=3.0                          \
 %ifarch s390 s390x ppc ppc64
                         --disable-jit                           \


More information about the scm-commits mailing list