Browse Source

postgresql: filter-out -ffast-math

Waldemar Brodkorb 9 years ago
parent
commit
c88b21c8f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/postgresql/Makefile

+ 2 - 0
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 \