summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-27 09:12:56 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-27 09:13:07 +0200
commite64dc86a13c051934d9d0d1fd49f65100167427c (patch)
tree6f54b278e80ad5b25a2b43165b19aa95092b3897 /configure
parent103b8d876a86d0ccb7a8862568d5aa1696863606 (diff)
parent80ade7985cd95156e2156f50adc7b86d0e43a07a (diff)
Merge commit '80ade7985cd95156e2156f50adc7b86d0e43a07a'
* commit '80ade7985cd95156e2156f50adc7b86d0e43a07a': AIX: add support for shared builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index ef90e81b70..e7853e1510 100755
--- a/configure
+++ b/configure
@@ -3403,7 +3403,10 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
aix)
+ SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
+ enabled shared && add_ldflags -Wl,-brtl
+ ar_default='ar -Xany'
;;
haiku)
prefix_default="/boot/common"