1
0
Ver Fonte

postgresql: filter-out -ffast-math

Waldemar Brodkorb há 9 anos atrás
pai
commit
c88b21c8f5
1 ficheiros alterados com 2 adições e 0 exclusões
  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 \