blob: 4cd270190456544846addf97555658d62ab8ee2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
https://bugs.gentoo.org/824542
https://bugs.gentoo.org/722920
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@ mandir = ${prefix}/share/man
sysconfdir = $(DESTDIR)/etc
INSTALL=install
-CFLAGS=-Wl,-z,now @CFLAGS@ @LDFLAGS@ -Wall -Wstrict-prototypes -Werror -g \
+CFLAGS=-Wl,-z,now @CFLAGS@ @LDFLAGS@ -Wall -Wstrict-prototypes \
-DDCHROOT_VERSION="\"@DCHROOT_VERSION@\""
all: dchroot docs
|