From 20d9c86eb1e088efe0093b31f6fb0952971566f1 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 6 Jul 2017 01:36:06 +0300 Subject: 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 --- nasm.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nasm.spec.in') 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 -- cgit v1.2.1