diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-11-18 04:25:29 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-11-25 00:38:34 +0100 |
commit | 63c8558667dbf9a7427282586359ac5592b2e8a7 (patch) | |
tree | 2e5fbf4fffba6eb5fe48d1dd53966c1191ae387e /configure | |
parent | f95c928f80f19535e43671e6cf568a192b73afde (diff) | |
download | ffmpeg-63c8558667dbf9a7427282586359ac5592b2e8a7.tar.gz |
configure: Disable direct stripping on sunos.
Sunos strip doesn't know -o.
Reported-by: Michael Kostylev
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5143,6 +5143,7 @@ case $target_os in echo "hwcap_1 = OVERRIDE;" > mapfile && add_ldflags -Wl,-M,mapfile nm_default='nm -P -g' + striptype="" version_script='-M' VERSION_SCRIPT_POSTPROCESS_CMD='perl $(SRC_PATH)/compat/solaris/make_sunver.pl - $(OBJS)' ;; |