Revert back the non existing macro

This commit is contained in:
Christopher Meng 2014-07-17 10:29:11 +08:00
parent 0e8a54a517
commit e4aa4d03ad
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ sed -i -e 's|$(CFLAGS)|%{optflags}|g' deps/linenoise/Makefile
sed -i -e 's|$(LDFLAGS)|%{?__global_ldflags}|g' deps/linenoise/Makefile
%build
%make_build \
make %{?_smp_mflags} \
DEBUG="" \
LDFLAGS="%{?__global_ldflags}" \
CFLAGS+="%{optflags}" \