mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Don't build LV2 with 'gnu++11' in CFLAGS
This commit is contained in:
1
lib-src/lv2/configure
vendored
1
lib-src/lv2/configure
vendored
@@ -46,6 +46,7 @@ function waf
|
||||
[ ! -e "${f##*/}" ] && ln -s "${f}"
|
||||
done
|
||||
|
||||
export CFLAGS="${CFLAGS/++11/11}" # Circumvent travis setting
|
||||
export PKG_CONFIG_PATH="${prefix}/lib/pkgconfig"
|
||||
export LDFLAGS="${LDFLAGS} -ldl -lm"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user