[postgis-tickets] r15170 - Silence warning: ar: 'u' modifier ignored since 'D' is the default

Sandro Santilli strk at kbt.io
Thu Oct 6 03:43:42 PDT 2016


Author: strk
Date: 2016-10-06 03:43:42 -0700 (Thu, 06 Oct 2016)
New Revision: 15170

Modified:
   trunk/configure.ac
Log:
Silence warning: ar: 'u' modifier ignored since 'D' is the default

See https://bugzilla.redhat.com/show_bug.cgi?id=1155273#c12

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2016-10-03 20:22:15 UTC (rev 15169)
+++ trunk/configure.ac	2016-10-06 10:43:42 UTC (rev 15170)
@@ -46,6 +46,11 @@
 AC_SUBST([SQLPP])
 
 dnl
+dnl Silence warning: ar: 'u' modifier ignored since 'D' is the default
+dnl
+AC_SUBST(AR_FLAGS, [cr])
+
+dnl
 dnl Define PIC flags in PICFLAGS (note: this variable is set as part of libtool initialisation above)
 dnl
 PICFLAGS="$lt_prog_compiler_pic"



More information about the postgis-tickets mailing list