[Lunar-commits] <moonbase> unixODBC: Need to move this else where. Its /usr/bin/isql conflicts (over writes)

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Feb 9 19:32:13 CET 2010


commit c1bb0d560f9164463cc1b643fee9ec6845292611
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Feb 9 13:32:13 2010 -0500

    unixODBC: Need to move this else where. Its /usr/bin/isql conflicts (over writes)
    
    the one provided by virtuoso.
---
 sql/unixODBC/BUILD   |    2 +-
 sql/unixODBC/DETAILS |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD
index 274aea9..7ee2e38 100644
--- a/sql/unixODBC/BUILD
+++ b/sql/unixODBC/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="$OPTS --enable-fdb --disable-gui"
+  OPTS="$OPTS --enable-fdb --disable-gui --sysconfdir=/etc/$MODULE"
 
   default_build
 
diff --git a/sql/unixODBC/DETAILS b/sql/unixODBC/DETAILS
index 1ea0f4b..1e97733 100644
--- a/sql/unixODBC/DETAILS
+++ b/sql/unixODBC/DETAILS
@@ -3,6 +3,7 @@
       SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL=http://www.unixodbc.org
   SOURCE_VFY=sha1:ab18464c83d30d7b38b8bb58e1dd01e3ec211488
+   MODULE_PREFIX=${unixODBC_DIR:-/opt/lunar/$MODULE}
     WEB_SITE=http://www.unixodbc.org
      ENTERED=20070515
      UPDATED=20090129


More information about the Lunar-commits mailing list