https://bugzilla.redhat.com/show_bug.cgi?id=1567556

Antonio Trande <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |fedora-review+



--- Comment #4 from Antonio Trande <[email protected]> ---
./autogen.sh
LDFLAGS="-Wl,--as-needed %{build_ldflags}"
%configure --enable-gtk-doc
%make_build V=1

In this way, 'configure' is ran two times; try with

%set_build_flags
./autogen.sh --enable-gtk-doc

and force '-Wl,--as-needed' by Make's command:

%make_build V=1 CFLAGS="%optflags %__global_ldflags -Wl,--as-needed"
LDFLAGS="%__global_ldflags -Wl,--as-needed"

Package approved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to