Skip to content

Commit cd4a134

Browse files
ColtonWilleyclaude
andcommitted
install-wolfprov.sh: Pass WOLFPROV_DEBUG through to dpkg-buildpackage
Without -eWOLFPROV_DEBUG, the debug flag was not visible to debian/rules during package build, so debug variants were never produced. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e31cb20 commit cd4a134

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/install-wolfprov.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ wolfprov_build() {
100100
WOLFSSL_ISFIPS=${WOLFSSL_ISFIPS:-0}
101101
dpkg-buildpackage -us -uc \
102102
-eWOLFSSL_ISFIPS \
103+
-eWOLFPROV_DEBUG \
103104
-eCC -eCXX \
104105
-eCCACHE_DIR -eCCACHE_BASEDIR -eCCACHE_NOHASHDIR -eCCACHE_COMPILERCHECK
105106

0 commit comments

Comments
 (0)