[e_dbus] fix build error

thomasj thomasj at fedoraproject.org
Wed Dec 15 15:57:18 UTC 2010


commit 15a142418bb6f9992a0c915ad8b9eed7e808868d
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Wed Dec 15 16:57:08 2010 +0100

    fix build error

 e_dbus.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e_dbus.spec b/e_dbus.spec
index ff1452d..071e300 100644
--- a/e_dbus.spec
+++ b/e_dbus.spec
@@ -39,7 +39,8 @@ developing applications that use %{name}.
 #%patch40 -p0
 
 %build
-%configure --disable-static
+autoreconf --force --install
+%configure --disable-static 
 export LD_LIBRARY_PATH=$( pwd )/src/lib/dbus/.libs/libedbus.so.1
 make V=1 %{?_smp_mflags}
 


More information about the scm-commits mailing list