add comment about ignored LDFLAGS
This commit is contained in:
parent
8520dd6f83
commit
b9bc8e525d
@ -114,6 +114,8 @@ iconv -f iso8859-1 -t utf8 NEWS > NEWS_ && mv NEWS_ NEWS
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CCFLAGS="%{optflags}"
|
export CCFLAGS="%{optflags}"
|
||||||
|
# scons ignores LDFLAGS. LINKFLAGS partially work (some flags like
|
||||||
|
# -spec=... are filtered)
|
||||||
export LINKFLAGS="%{__global_ldflags}"
|
export LINKFLAGS="%{__global_ldflags}"
|
||||||
|
|
||||||
# breaks with %%{_smp_mflags}
|
# breaks with %%{_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user