From f1742ab38a25372aeb119e9e34d94c4ab34a1a03 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 26 Sep 2017 17:01:36 -0500 Subject: [PATCH] fix missing quote (#466) --- components/rms/pmix/SPECS/pmix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rms/pmix/SPECS/pmix.spec b/components/rms/pmix/SPECS/pmix.spec index db7cb296d7..5e53a557b1 100644 --- a/components/rms/pmix/SPECS/pmix.spec +++ b/components/rms/pmix/SPECS/pmix.spec @@ -49,7 +49,7 @@ This RPM contains all the tools necessary to compile and link against PMIx. #%patch0 %build -CFLAGS="%{optflags} ./configure --prefix=%{install_path} +CFLAGS="%{optflags}" ./configure --prefix=%{install_path} %{__make} %{?_smp_mflags} %install