mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Also: * remake patch, was done on top of the sed (now removed) and they changed the same line making this kind of messy. * respect CPPFLAGS * GPL-2 -> GPL-2+ * remove dead urls, debian doesn't seem to have this anymore? (probably not very useful to keep here either) Closes: https://bugs.gentoo.org/874318 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
17 lines
348 B
Diff
17 lines
348 B
Diff
https://bugs.gentoo.org/722920
|
|
https://bugs.gentoo.org/824542
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -4,8 +4,9 @@
|
|
|
|
INSTALL=install
|
|
-CFLAGS=-Wl,-z,now -O2 -Wall -Wstrict-prototypes -Werror -g \
|
|
+CC := @CC@
|
|
+CFLAGS := @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ \
|
|
-DDCHROOT_VERSION="\"@DCHROOT_VERSION@\""
|
|
|
|
-all: dchroot
|
|
+all: dchroot docs
|
|
|
|
docs: dchroot.1
|