Skip to content

Commit

Permalink
Use DEBDGCC=default when doing a deb-pbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
svarshavchik committed Aug 31, 2024
1 parent 72315c8 commit a3b21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicode/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ deb-pbuild: bump.deb.release
$(MAKE) dist
rm -rf @PACKAGE@-@VERSION@ deb/pbuild
tar xf @PACKAGE@-@[email protected]
cd @PACKAGE@-@VERSION@ && chmod +x ./courier-debuild && ./courier-debuild -us -uc && mv deb ../deb/pbuild
cd @PACKAGE@-@VERSION@ && chmod +x ./courier-debuild && DEBGCC=default ./courier-debuild -us -uc && mv deb ../deb/pbuild
rm -rf @PACKAGE@-@VERSION@

bump.deb.release: packaging/debian/changelog
Expand Down

0 comments on commit a3b21ee

Please sign in to comment.