summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-12 06:40:36 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-12 06:40:47 +0100
commit979b7b713b41b4cce4cb312e1d81d148cdf51259 (patch)
tree3dd31b5947b5452227961a78d41825f9baf1fd07 /package
parent1f8e8a5a1151129683193fa908b8993fe5798716 (diff)
p5-dbd-sqlite: filter out -ffast-math
Diffstat (limited to 'package')
-rw-r--r--package/p5-dbd-sqlite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/p5-dbd-sqlite/Makefile b/package/p5-dbd-sqlite/Makefile
index ec6746210..ee439268b 100644
--- a/package/p5-dbd-sqlite/Makefile
+++ b/package/p5-dbd-sqlite/Makefile
@@ -20,6 +20,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,P5_DBD_SQLITE,p5-dbd-sqlite,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CFLAGS:= $(filter-out -ffast-math,$(TARGET_CFLAGS))
+
include $(ADK_TOPDIR)/mk/perl.mk
CONFIG_STYLE:= perl