summaryrefslogtreecommitdiffstats
path: root/odbc-drivers
diff options
context:
space:
mode:
authorElisamuel Resto2010-04-13 10:49:18 -0400
committerElisamuel Resto2010-04-13 10:50:30 -0400
commite46fb5c9fb2fffcacbf75a5e78bf7287c4a4e405 (patch)
tree983afbf57eef8a21eb79d43e1353acecb5950c3b /odbc-drivers
parentc32b140f9fb635d140b5e042f646c87684b6b318 (diff)
odbc-drivers/myodbc: added CFLAGS filter for -ffast-math, databases dont like it
Diffstat (limited to 'odbc-drivers')
-rwxr-xr-xodbc-drivers/myodbc/BUILD1
-rw-r--r--odbc-drivers/myodbc/HISTORY4
2 files changed, 5 insertions, 0 deletions
diff --git a/odbc-drivers/myodbc/BUILD b/odbc-drivers/myodbc/BUILD
index 88c73decde..5b9a58f72e 100755
--- a/odbc-drivers/myodbc/BUILD
+++ b/odbc-drivers/myodbc/BUILD
@@ -1,4 +1,5 @@
OPTS="$OPTS --with-mysql-path=/usr" &&
+CFLAGS="${CFLAGS//-ffast-math}" &&
if is_depends_enabled $SPELL libiodbc; then
OPTS="$OPTS --with-iODBC=/usr"
diff --git a/odbc-drivers/myodbc/HISTORY b/odbc-drivers/myodbc/HISTORY
index e2d7729d94..cfa882ed51 100644
--- a/odbc-drivers/myodbc/HISTORY
+++ b/odbc-drivers/myodbc/HISTORY
@@ -1,8 +1,12 @@
+2010-04-13 Elisamuel Resto <ryuji@sourcemage.org>
+ * BUILD: added CFLAGS filter for -ffast-math, databases dont like it
+
2010-04-12 Elisamuel Resto <ryuji@sourcemage.org>
* DETAILS: updated version to 5.1.6; made use of upstream GPG key; new SOURCE_URLs
* DEPENDS: changed the qt-x11 option (gui is enabled by default otherwise)
* PRE_REMOVE, FINAL, POST_RESURRECT: changed to reflect new binary for
registering drivers and option changes
+ * BUILD: modified to handle providers on DEPENDS
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider