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

--- Comment #13 from Björn Esser <bjoern.es...@gmail.com> ---
(In reply to Richard W.M. Jones from comment #11)
> I have no idea -- they're just built using standard automake
> libtool rules, eg:
> 
> https://github.com/libguestfs/nbdkit/blob/master/plugins/example1/Makefile.
> am#L37
> 
> We don't remove any options from CFLAGS.

but autocrap's libtool does when assembling single objects to lib.so

adding this BEFORE %configure in spec-file should fix one issue:

# force Immediate binding for hardenend build with autocrap libtool
export LDFLAGS="$LDFLAGS -Wl,-z,now"

-- 
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=EiKAL2yB95&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to