From 8b90d5333cfc2f39b4ecd9181a876fefc4ab5508 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 8 Apr 2025 10:25:34 +0200 Subject: bzip2 binary targets: Clear DEBUG flag Similarly to other third-party binaries, we should not care if they are built in release or debug mode and as such we explicitly clear the DEBUG flag. --- etc/import/TARGETS.bzip2 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'etc') diff --git a/etc/import/TARGETS.bzip2 b/etc/import/TARGETS.bzip2 index d125001f..89d25c45 100644 --- a/etc/import/TARGETS.bzip2 +++ b/etc/import/TARGETS.bzip2 @@ -95,6 +95,11 @@ , "private-hdrs": ["bzlib_private.h"] } , "bzip2internal": + { "type": "configure" + , "target": "bzip2internal (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "bzip2internal (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["bzip2"] , "pure C": ["YES"] @@ -102,6 +107,11 @@ , "deps": ["libbz2"] } , "bzip2recoverinternal": + { "type": "configure" + , "target": "bzip2recoverinternal (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "bzip2recoverinternal (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["bzip2recover"] , "pure C": ["YES"] -- cgit v1.2.3