summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-04-12 02:30:21 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-04-12 02:30:21 +0200
commitb5c877a55415fc914acf996c8975a7b4e8b50a51 (patch)
treede31a188eaea9983d9f1c455a96096769490ae68 /configure
parent19128408ac3ab6524a9a519c12acef457baef2b9 (diff)
configure: Disable direct stripping for AIX.
AIX strip doesn't know the option -o.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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