Lines 34-39
Link Here
|
34 |
local myconf="" |
34 |
local myconf="" |
35 |
# ffmpeg is broken atm #110136 |
35 |
# ffmpeg is broken atm #110136 |
36 |
myconf="${myconf} --without-_Ffmpeg" |
36 |
myconf="${myconf} --without-_Ffmpeg" |
|
|
37 |
# bundles break RUNPATH |
38 |
myconf="${myconf} --without-bundles" |
37 |
# on hardened, disable runtime-generated code |
39 |
# on hardened, disable runtime-generated code |
38 |
# otherwise let configure work it out for itself |
40 |
# otherwise let configure work it out for itself |
39 |
use hardened && myconf="${myconf} --without-machine-code" |
41 |
use hardened && myconf="${myconf} --without-machine-code" |