summaryrefslogtreecommitdiff
path: root/nasm.spec.in
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2017-07-06 01:36:06 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2017-07-06 01:36:06 +0300
commit20d9c86eb1e088efe0093b31f6fb0952971566f1 (patch)
tree99f18d64eeef603cdeb46065335c25a637ff3259 /nasm.spec.in
parenta4f6ca5a33d75407bff56f7e65bb8a6bbfd4bf1d (diff)
downloadnasm-20d9c86eb1e088efe0093b31f6fb0952971566f1.tar.gz
build: Merge CPPFLAGS into ALL_CFLAGS
This is a fix for a4f6ca5a33d - We should not use sole CPPFLAGS when compiling, but rather merge it into ALL_CFLAGS - nasm.spec.in should use DESTDIR since INSTALLROOT now renamed to it Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.spec.in')
-rw-r--r--nasm.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.spec.in b/nasm.spec.in
index d6102846..317e2d80 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -54,7 +54,7 @@ xz -9ef doc/nasmdoc.pdf
rm -rf "%{buildroot}"
mkdir -p "%{buildroot}"/%{_bindir}
mkdir -p "%{buildroot}"/%{_mandir}/man1
-make INSTALLROOT="%{buildroot}" install install_rdf
+make DESTDIR="%{buildroot}" install install_rdf
%files
%doc AUTHORS CHANGES README TODO