[soci/el6] [EPEL 6] Attempt to fix the installation issue on EPEL 6.

Denis Arnaud denisarnaud at fedoraproject.org
Mon May 20 20:30:58 UTC 2013


commit 530c7a7aa147fd33d483ccfe4c8f4df7da776bca
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Mon May 20 22:30:48 2013 +0200

    [EPEL 6] Attempt to fix the installation issue on EPEL 6.

 soci.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/soci.spec b/soci.spec
index 845dd19..8f199bc 100644
--- a/soci.spec
+++ b/soci.spec
@@ -219,6 +219,7 @@ mkdir tmpbuild
 pushd tmpbuild
 # -DCMAKE_INSTALL_PREFIX:PATH=$RPM_BUILD_ROOT
 cmake28 \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DSOCI_EMPTY=%{?with_empty:ON}%{?without_empty:OFF} \
  -DSOCI_SQLITE3=%{?with_sqlite3:ON}%{?without_sqlite3:OFF} \
  -DSOCI_POSTGRESQL=%{?with_postgresql:ON}%{?without_postgresql:OFF} \


More information about the scm-commits mailing list