remove -Werror to unbreak build on sparc64
This code seems to trigger a gcc bug, resulting in spurious format warnings. ok naddy
This commit is contained in:
parent
ebc5963265
commit
8325678e2f
15
archivers/libarchive/patches/patch-Makefile_in
Normal file
15
archivers/libarchive/patches/patch-Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2009/05/15 05:10:04 sturm Exp $
|
||||
|
||||
On sparc64 there are some unexplainable format warnings, maybe a gcc bug.
|
||||
|
||||
--- Makefile.in.orig Thu May 14 13:21:54 2009
|
||||
+++ Makefile.in Thu May 14 13:22:04 2009
|
||||
@@ -788,7 +788,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-b
|
||||
# Especially for early development, we want to be a little
|
||||
# aggressive about diagnosing build problems; this can get
|
||||
# relaxed somewhat in final shipping versions.
|
||||
-AM_CFLAGS = -Wall -Werror
|
||||
+AM_CFLAGS = -Wall
|
||||
|
||||
#
|
||||
# What to include in the distribution
|
Loading…
x
Reference in New Issue
Block a user