[Lunar-commits] <moonbase> freetds: Need to add a BUILD and a DEPENDS.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed Apr 22 03:49:57 CEST 2009
commit ebdbac6b66e4130a1eb3be0acf7f2f4535cf30a5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Tue Apr 21 21:49:57 2009 -0400
freetds: Need to add a BUILD and a DEPENDS.
---
sql/freetds/BUILD | 7 +++++++
sql/freetds/DEPENDS | 3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/sql/freetds/BUILD b/sql/freetds/BUILD
new file mode 100644
index 0000000..3617525
--- /dev/null
+++ b/sql/freetds/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="--disable-debug --enable-sybase-compat"
+ default_build
+
+) > $C_FIFO 2>&1
+
diff --git a/sql/freetds/DEPENDS b/sql/freetds/DEPENDS
new file mode 100644
index 0000000..6cab2fe
--- /dev/null
+++ b/sql/freetds/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends gnutls "--with-gnutls" "--without-gnutls" "for TLS support"
+optional_depends openssl "--with-openssl" "--without-openssl" "for openssl support"
+optional_depends unixODBC "--with-unixodbc" "--without-unixodbc" "for ODBC support"
More information about the Lunar-commits
mailing list