spec: Use %__make macro
This makes it easier for buildroots to inject their make parameters.
This commit is contained in:
parent
82847ddab9
commit
bb8a607787
@ -42,7 +42,7 @@ LDFLAGS="$LDFLAGS %{?__global_ldflags}"; export LDFLAGS
|
||||
|
||||
# disabled paralell builds to fix FTBFS on rawhide & highlight 3.52+
|
||||
#make_build all gui CFLAGS="${CFLAGS}" \
|
||||
make all gui CFLAGS="${CFLAGS}" \
|
||||
%{__make} all gui CFLAGS="${CFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
LFLAGS="-Wl,-O1 ${LDFLAGS}" \
|
||||
|
Loading…
Reference in New Issue
Block a user