ceph: set -fpermissive meanwhile.

This commit is contained in:
Juan RP 2016-09-27 16:38:21 +02:00
parent 81f05faeea
commit 2f3ecacbde
1 changed files with 2 additions and 0 deletions

View File

@ -25,8 +25,10 @@ case "$XBPS_TARGET_MACHINE" in
armv7*) CFLAGS="-mfpu=neon";;
esac
CXXFLAGS="-fpermissive"
LDFLAGS="-Wl,--no-as-needed"
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
*-musl)