From f2c716b7d8d490806642f9bda42c033ca56d6060 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Mon, 19 Oct 2015 18:29:54 +0300 Subject: [PATCH] install.pl: Fixed rpmbuild parameter Signed-off-by: Vladimir Sokolovsky --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 86ce7dc..69e611e 100755 --- a/install.pl +++ b/install.pl @@ -426,7 +426,7 @@ if (not $check_linux_deps) { } if ($with_xeon_phi) { - $rpmbuild_flags .= "-D 'PSM_HAVE_SCIF 1'"; + $rpmbuild_flags .= "--define 'PSM_HAVE_SCIF 1'"; } my $optflags = `rpm --eval '%{optflags}'`; -- 2.46.0