diff options
Diffstat (limited to 'eclass/ELT-patches/aixrtl/1.4d-noundef-c')
-rw-r--r-- | eclass/ELT-patches/aixrtl/1.4d-noundef-c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclass/ELT-patches/aixrtl/1.4d-noundef-c b/eclass/ELT-patches/aixrtl/1.4d-noundef-c new file mode 100644 index 000000000000..e4fe86e16810 --- /dev/null +++ b/eclass/ELT-patches/aixrtl/1.4d-noundef-c @@ -0,0 +1,9 @@ +--- configure ++++ configure +@@ -4678,5 +4678,5 @@ + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. +- allow_undefined_flag='-berok' ++ allow_undefined_flag=unsupported + # Determine the default libpath from the value encoded in an empty executable. |