]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: Avoid 'ar cru' and use 'ar cr' instead. 59/2959/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 7 Jun 2016 07:16:02 +0000 (09:16 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 7 Jun 2016 07:35:12 +0000 (02:35 -0500)
commit8263f21cbae4db1a4573c120283874bda2783a83
tree95951797f5daab20557c9d5b97ef6f4a180a24c1
parent99efb23d111f596dadfeaa09c5710987fa03261c
BuildSystem: Avoid 'ar cru' and use 'ar cr' instead.

In several internal library projects, the files are archived with the help of
'ar cr'. Only the projects editline and the Objective Open H.323 stack
implementation in C (ooh323c) use 'ar cru' instead. Recently, some platforms
changed the default parameters of AR which creates "/usr/bin/ar: `u' modifier
ignored since `D' is the default (see `U')". For consistency and to avoid this
message all projects use 'ar cr' now.

ASTERISK-26091 #close

Change-Id: I710a9b1c01c1b5a1931a646098c044c8161ead40
addons/ooh323c/src/Makefile.in
main/editline/Makefile.in