commit: 2e4ebfb0c5c6c4068fb007e2106813087bb7d9e8 Author: Victor Kustov <ktrace <AT> yandex <DOT> ru> AuthorDate: Wed Aug 24 17:24:20 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Sep 9 06:20:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4ebfb0
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 <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/27003 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-dns/maradns/files/maradns-3.5.0022-flags.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/maradns/files/maradns-3.5.0022-flags.patch b/net-dns/maradns/files/maradns-3.5.0022-flags.patch index 9f6b81addfca..9f01795fd2bb 100644 --- a/net-dns/maradns/files/maradns-3.5.0022-flags.patch +++ b/net-dns/maradns/files/maradns-3.5.0022-flags.patch @@ -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 ; \
