]> git.sesse.net Git - ffmpeg/commitdiff
configure: Disable direct stripping for AIX.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 12 Apr 2018 00:30:21 +0000 (02:30 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 12 Apr 2018 00:30:21 +0000 (02:30 +0200)
AIX strip doesn't know the option -o.

configure

index 8e6713d0b27298db58fad0784b303584e31391c0..1e192f87808e1646ccdb86c01a609511950ac657 100755 (executable)
--- 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