[libmpc: 2/2] Fix detection of whether the system is DSO-capable

Petr Machata pmachata at fedoraproject.org
Thu Nov 25 14:41:33 UTC 2010


commit a307540eae61507246c072256604c861904f30e9
Author: Petr Machata <pmachata at redhat.com>
Date:   Thu Nov 25 15:41:14 2010 +0100

    Fix detection of whether the system is DSO-capable

 libmpc.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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}
 


More information about the scm-commits mailing list