Re: [libav-devel] [PATCH] configure: Use right variable and right value for AIX ar flags

2017-11-05 Thread Luca Barbato

On 04/11/2017 20:13, Diego Biurrun wrote:

---

.. grmbl ..

  configure | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 50e7591b7c..ee13b4db81 100755
--- a/configure
+++ b/configure
@@ -3895,7 +3895,7 @@ case $target_os in
  SHFLAGS=-shared
  add_cppflags '-I\$(SRC_PATH)/compat/aix'
  enabled shared && add_ldflags -Wl,-brtl
-ar_default='ar -Xany'
+arflags='-Xany -r -c'
  ;;
  android)
  disable symver



Ok.
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] configure: Use right variable and right value for AIX ar flags

2017-11-04 Thread Diego Biurrun
On Sat, Nov 04, 2017 at 08:13:42PM +0100, Diego Biurrun wrote:
> ---
> 
> .. grmbl ..
> 
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Tested and confirmed to work by Kostylev.

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] configure: Use right variable and right value for AIX ar flags

2017-11-04 Thread Diego Biurrun
---

.. grmbl ..

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 50e7591b7c..ee13b4db81 100755
--- a/configure
+++ b/configure
@@ -3895,7 +3895,7 @@ case $target_os in
 SHFLAGS=-shared
 add_cppflags '-I\$(SRC_PATH)/compat/aix'
 enabled shared && add_ldflags -Wl,-brtl
-ar_default='ar -Xany'
+arflags='-Xany -r -c'
 ;;
 android)
 disable symver
-- 
2.11.0

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel