net-dns/maradns: fix CFLAGS for Deadwood

Closes: https://bugs.gentoo.org/865643
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Victor Kustov <ktrace@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/27003
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Victor Kustov
2022-08-24 20:24:20 +03:00
committed by Joonas Niilola
parent 2f9a19fb62
commit 2e4ebfb0c5

View File

@@ -40,14 +40,14 @@ index 965c7fb..572dccc 100644
+ cd ../qual ; $(MAKE) $(M) ; cd ../server ; \
+ $(MAKE) $(M) $(V) COMPILED=\"$(COMPILED)\" ; \
+ cd ../tools ; $(MAKE) $(M) ; \
+ cd ../deadwood-*/src/ ; $(MAKE) FLAGS=-O2 ; \
+ cd ../deadwood-*/src/ ; $(MAKE) $(M) ; \
+ cd ../../tcp ; $(MAKE) $(M) $(V) ; cat ../00README.FIRST
debug:
- cd libs ; make $(D) DEBUG="-DDEBUG -DTHREADS" ; \
- cd ../dns ; make $(D) ; cd ../rng ; make $(D) ; \
- cd ../parse ; make $(D) ; cd ../qual ; make $(D) ; \
+ cd libs ; $(MAKE) $(D) DEBUG="-DDEBUG -DTHREADS" ; \
+ cd libs ; $(MAKE) $(D) ; \
+ cd ../dns ; $(MAKE) $(D) ; cd ../rng ; $(MAKE) $(D) ; \
+ cd ../parse ; $(MAKE) $(D) ; cd ../qual ; $(MAKE) $(D) ; \
cd ../server ; \