projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6815c
)
Suppress "ar: `u' modifier ignored since `D' is the default (see `U')".
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Sat, 30 Mar 2019 13:34:45 +0000
(22:34 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Sat, 30 Mar 2019 13:34:45 +0000
(22:34 +0900)
This is actually a bug with libtools. To deal with this, add ARFLAGS
to parser's Makefile.am.
src/parser/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/parser/Makefile.am
b/src/parser/Makefile.am
index fc4935defd14a81a51eadd1055b5bb17a4a0d3b4..47e8a57e02ddaeeebf33af719b36e8c0087796a3 100644
(file)
--- a/
src/parser/Makefile.am
+++ b/
src/parser/Makefile.am
@@
-26,6
+26,7
@@
endif
EXTRA_DIST = scan.c scan.l
+ARFLAGS = cr
AM_YFLAGS = -d