From: Carl Eugen Hoyos Date: Thu, 12 Apr 2018 00:30:21 +0000 (+0200) Subject: configure: Disable direct stripping for AIX. X-Git-Tag: n4.0~91 X-Git-Url: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;p=ffmpeg.git;a=commitdiff_plain;h=b5c877a55415fc914acf996c8975a7b4e8b50a51 configure: Disable direct stripping for AIX. AIX strip doesn't know the option -o. --- diff --git a/configure b/configure index 8e6713d0b2..1e192f8780 100755 --- a/configure +++ b/configure @@ -5009,6 +5009,7 @@ case $target_os in add_cppflags '-I\$(SRC_PATH)/compat/aix' enabled shared && add_ldflags -Wl,-brtl arflags='-Xany -r -c' + striptype="" ;; android) disable symver