spec: Pass -pie via LDFLAGS
Makes the clang build pass
This commit is contained in:
parent
61c3711488
commit
bf3c413175
4
ppp.spec
4
ppp.spec
@ -94,8 +94,8 @@ tar -xJf %{SOURCE12}
|
|||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall -fno-strict-aliasing"
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall -fno-strict-aliasing"
|
||||||
%configure
|
%configure
|
||||||
%{make_build} LDFLAGS="%{?build_ldflags}"
|
%{make_build} LDFLAGS="%{?build_ldflags} -pie"
|
||||||
%{make_build} -C ppp-watch LDFLAGS="%{?build_ldflags}"
|
%{make_build} -C ppp-watch LDFLAGS="%{?build_ldflags} -pie"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make INSTROOT=%{buildroot} install install-etcppp
|
make INSTROOT=%{buildroot} install install-etcppp
|
||||||
|
Loading…
Reference in New Issue
Block a user