mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ceph: set -fpermissive meanwhile.
This commit is contained in:
parent
81f05faeea
commit
2f3ecacbde
1 changed files with 2 additions and 0 deletions
|
@ -25,8 +25,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
armv7*) CFLAGS="-mfpu=neon";;
|
armv7*) CFLAGS="-mfpu=neon";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CXXFLAGS="-fpermissive"
|
||||||
LDFLAGS="-Wl,--no-as-needed"
|
LDFLAGS="-Wl,--no-as-needed"
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue