|
|
local myconf="" | local myconf="" |
# ffmpeg is broken atm #110136 | # ffmpeg is broken atm #110136 |
myconf="${myconf} --without-_Ffmpeg" | myconf="${myconf} --without-_Ffmpeg" |
|
# bundles break RUNPATH |
|
myconf="${myconf} --without-bundles" |
# on hardened, disable runtime-generated code | # on hardened, disable runtime-generated code |
# otherwise let configure work it out for itself | # otherwise let configure work it out for itself |
use hardened && myconf="${myconf} --without-machine-code" | use hardened && myconf="${myconf} --without-machine-code" |