diff options
-rw-r--r-- | user/xmoto/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/xmoto/APKBUILD b/user/xmoto/APKBUILD index 7efa7a9c6..62bbdd1e7 100644 --- a/user/xmoto/APKBUILD +++ b/user/xmoto/APKBUILD @@ -29,6 +29,7 @@ build() { ./bootstrap CPPFLAGS="$CPPFLAGS -D_GLIBCXX_USE_CXX11_ABI=0" \ LDFLAGS="$LDFLAGS $(pkg-config --libs lua)" \ + CXXFLAGS="$CXXFLAGS -fpermissive" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |