mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Joonas Niilola
parent
2f9a19fb62
commit
2e4ebfb0c5
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user