From a307540eae61507246c072256604c861904f30e9 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 25 Nov 2010 15:41:14 +0100 Subject: [PATCH] Fix detection of whether the system is DSO-capable --- libmpc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpc.spec b/libmpc.spec index 6087f37..e90e77b 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -32,6 +32,7 @@ Header files and shared object symlinks for MPC is a C library. %build export CPPFLAGS="%{optflags} -std=gnu99" export CFLAGS="%{optflags} -std=gnu99" +export EGREP=egrep %configure make %{?_smp_mflags}