p-alik / gearmand

This repository may be slightly ahead of the https://github.com/gearman/gearmand
http://gearman.org/
Other
9 stars 156 forks source link

Build warnings "ar: `u' modifier ignored since `D' is the default (see `U')" #10

Open p-alik opened 4 years ago

p-alik commented 4 years ago

Seems libtool.m4 sets ar parameters in a manner that causes the issue

grep cru m4/libtool.m4 
      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
: ${AR_FLAGS=cru}

libtool.m4 it self isn't in the repo. bootstrap.sh put's it in.