]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
var to override extra dpkg-buildpackage options
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 3 Oct 2022 18:06:52 +0000 (19:06 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 3 Oct 2022 19:38:37 +0000 (20:38 +0100)
Makefile

index 7931fd3f1db49b7091cc1b294fcb42d01d52fb17..cc1beba7c1b2715321be0a6b0c26cfd2006bd14f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -361,10 +361,11 @@ endif
 #
 #  Build a Debian package
 #
+DEBBUILDEXTRA = --jobs=auto
 .PHONY: deb
 deb:
        fakeroot debian/rules debian/control #clean
-       fakeroot dpkg-buildpackage --jobs=auto -b -uc
+       fakeroot dpkg-buildpackage $(DEBBUILDEXTRA) -b -uc
 
 #
 #  Build an RPM package