[gdl/el6/master] Try ln -s ../configure trick

Orion Poplawski orion at fedoraproject.org
Thu Dec 2 21:56:17 UTC 2010


commit 437d47760889cf1cce90eca00c7cf6baa0795542
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Dec 2 14:56:26 2010 -0700

    Try ln -s ../configure trick

 gdl-0.9rc2-20090504-antlr-auto.patch |   37 ----------------------------------
 gdl-0.9rc4-wx-config.patch           |   27 ------------------------
 gdl.spec                             |    2 +
 3 files changed, 2 insertions(+), 64 deletions(-)
---
diff --git a/gdl.spec b/gdl.spec
index 1c972f1..0a81094 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -118,11 +118,13 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
 mkdir build build-python
 #Build the standalone executable
 pushd build
+ln -s ../configure .
 %configure %{configure_opts}
 make %{?_smp_mflags}
 popd
 #Build the python module
 pushd build-python
+ln -s ../configure .
 %configure %{configure_opts} --enable-python_module
 make %{?_smp_mflags}
 popd


More information about the scm-commits mailing list