mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-10 02:46:47 +02:00
for cross_compiling=yes to prevent executing any binary
this was causing problems with security softwares like Bit9 Change-Id: Id335ef3f8370cdeab77529be0559f2ee35fc14a1
This commit is contained in:
parent
83b545eea7
commit
e14a0301f8
3
configure
vendored
3
configure
vendored
@ -717,7 +717,8 @@ ac_default_prefix=/usr/local
|
|||||||
ac_clean_files=
|
ac_clean_files=
|
||||||
ac_config_libobj_dir=.
|
ac_config_libobj_dir=.
|
||||||
LIBOBJS=
|
LIBOBJS=
|
||||||
cross_compiling=no
|
# Just to prevent any binary from being executed (but they're still compiled):
|
||||||
|
cross_compiling=yes
|
||||||
subdirs=
|
subdirs=
|
||||||
MFLAGS=
|
MFLAGS=
|
||||||
MAKEFLAGS=
|
MAKEFLAGS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user