[Lunar-commits] <moonbase> ptlib: It now compiles with unixODBC, adjusting DEPENDS and BUILD accordingly.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Oct 4 14:41:52 CEST 2009


commit 0013952dc4fe890a2be126b3d5a6d9816599bc29
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Oct 4 08:41:52 2009 -0400

    ptlib: It now compiles with unixODBC, adjusting DEPENDS and BUILD accordingly.
---
 libs/ptlib/BUILD   |    2 --
 libs/ptlib/DEPENDS |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libs/ptlib/BUILD b/libs/ptlib/BUILD
index 17bb7cc..e733df6 100644
--- a/libs/ptlib/BUILD
+++ b/libs/ptlib/BUILD
@@ -1,7 +1,5 @@
 (
 
-  OPTS="--disable-odbc"
-
   default_build &&
 
 # Why this does not get install, dunno. Well, other apps look for it during their
diff --git a/libs/ptlib/DEPENDS b/libs/ptlib/DEPENDS
index defefd7..5d24b71 100644
--- a/libs/ptlib/DEPENDS
+++ b/libs/ptlib/DEPENDS
@@ -5,3 +5,4 @@ depends  alsa-lib
 optional_depends "libraw1394" "" "" "for raw 1394 access support"
 optional_depends "libavc1394" "" "" "for AV/C specification support"
 optional_depends "libdv"      "" "" "for Quasar DV codec support"
+optional_depends "unixODBC"   "--enable-odbc" "--disable-odbc" "for ODBC support"


More information about the Lunar-commits mailing list