mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Don't build LV2 with 'gnu++11' in CFLAGS
This commit is contained in:
parent
384b7fe4ec
commit
29599c364d
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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user