From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30551158096 for ; Fri, 9 Sep 2022 06:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F0FAE08F4; Fri, 9 Sep 2022 06:21:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C232E08F6 for ; Fri, 9 Sep 2022 06:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01D4C34117A for ; Fri, 9 Sep 2022 06:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E725CD for ; Fri, 9 Sep 2022 06:20:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1662704448.2e4ebfb0c5c6c4068fb007e2106813087bb7d9e8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/maradns/files/maradns-3.5.0022-flags.patch X-VCS-Directories: net-dns/maradns/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2e4ebfb0c5c6c4068fb007e2106813087bb7d9e8 X-VCS-Branch: master Date: Fri, 9 Sep 2022 06:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a618f8f2-e912-42c1-a53e-0ae001937a8d X-Archives-Hash: 270ed2e1e2111d99e39df45e37a9f66e commit: 2e4ebfb0c5c6c4068fb007e2106813087bb7d9e8 Author: Victor Kustov yandex ru> AuthorDate: Wed Aug 24 17:24:20 2022 +0000 Commit: Joonas Niilola gentoo 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 yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/27003 Signed-off-by: Joonas Niilola 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 ; \