From 8de4197acebf5ba3f2a2cb300d36e0a3898c4201 Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Thu, 12 Sep 2013 11:38:41 +0200 Subject: [PATCH] Change dash to underscore in %configure command While this has no effect on the behaviour, we want to have Fedora spec file in sync with upstream-provided spec file. --- openscap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openscap.spec b/openscap.spec index 82d1d46..0cfd6b7 100644 --- a/openscap.spec +++ b/openscap.spec @@ -133,7 +133,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpie" export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %endif -%configure --enable-sce --enable-perl --enable-selinux-policy +%configure --enable-sce --enable-perl --enable-selinux_policy make %{?_smp_mflags} # Remove shebang from bash-completion script