From 65b88db5b386077c1c6cd62aa1491185e0c6c485 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 May 2015 07:34:40 +0200 Subject: [PATCH] xbps-src/environment: $nodebug is per srcpkg, not subpkg. This fixes enabling/disabling debug builds for some pkgs. --- common/environment/setup-subpkg/subpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/setup-subpkg/subpkg.sh b/common/environment/setup-subpkg/subpkg.sh index ca233173f24..2733df4d20c 100644 --- a/common/environment/setup-subpkg/subpkg.sh +++ b/common/environment/setup-subpkg/subpkg.sh @@ -6,7 +6,7 @@ unset -v noarch conf_files mutable_files preserve triggers unset -v depends run_depends replaces provides conflicts tags # hooks/post-install/03-strip-and-debug-pkgs -unset -v nostrip nostrip_files nodebug +unset -v nostrip nostrip_files # hooks/pre-pkg/04-generate-runtime-deps unset -v noverifyrdeps allow_unknown_shlibs shlib_requires