summaryrefslogtreecommitdiff
path: root/package/postgresql/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:21:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:27:24 +0200
commitc88b21c8f5f44668cc430a1442dcda2f1142526a (patch)
tree428be90456ce94b4e6b2c021e7633c4c2f2a4527 /package/postgresql/Makefile
parent297fab179d4acd15ac12ecb3d18b01043e2209b9 (diff)
postgresql: filter-out -ffast-math
Diffstat (limited to 'package/postgresql/Makefile')
-rw-r--r--package/postgresql/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile
index f1089e566..32c5338c7 100644
--- a/package/postgresql/Makefile
+++ b/package/postgresql/Makefile
@@ -20,6 +20,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBPQ,libpq,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+TARGET_CFLAGS:= $(filter-out -ffast-math,$(TARGET_CFLAGS))
+
CONFIGURE_ARGS+= --disable-integer-datetimes \
--without-openssl \
--without-pam \