Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=956737

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ralf Corsepius <[email protected]> ---
2 issues.

One packaging issue:
%configure --prefix=%{_prefix} --mandir=%{_datadir}/man

%configure already sets --prefix/--mandir. The --prefix..--mandir are redundant
and should be removed.

One upstream issue:
Makefile.am contains this:
recovermov_LDADD = -lstdc++

libstdc++ is an internal implementation detail of c++, which means
c++-compilers will pull it in when needed and also means libstdc++ should not
be explictily linked against.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=vVmrk5kdE3&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to