mirror of
https://github.com/jiangcuo/zfsonlinux.git
synced 2025-08-26 00:18:40 +00:00
15 lines
480 B
Diff
15 lines
480 B
Diff
Description: force libtool to produce verbose output
|
|
Author: Mo Zhou
|
|
Forwarded: not-needed
|
|
--- a/config/Rules.am
|
|
+++ b/config/Rules.am
|
|
@@ -13,7 +13,7 @@
|
|
-I$(top_srcdir)/lib/libspl/include/os/@ac_system_l@ \
|
|
-I$(top_srcdir)/lib/libzpool/include
|
|
|
|
-AM_LIBTOOLFLAGS = --silent
|
|
+AM_LIBTOOLFLAGS =
|
|
|
|
AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-sign-compare -Wno-missing-field-initializers
|
|
AM_CFLAGS += -fno-strict-aliasing
|