#17 allow passing in cflags/ldflags to liblfds build
Closed: Fixed None Opened 8 years ago by rmeggins.

copied from https://fedorahosted.org/389/ticket/48115

We need to be able to modify or replace the build flags liblfds uses. For example, the Fedora/EL build system requires the ability to use hardening flags:

rpm --eval %optflags

-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic

We need to be able to pass these when building liblfds

commit 430af16
Author: Mark Reynolds ​mreynolds@redhat.com
Date: Mon Mar 9 17:29:33 2015 -0400


Login to comment on this ticket.

Metadata