We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f4021 commit 282582bCopy full SHA for 282582b
1 file changed
debian/rules
@@ -18,6 +18,10 @@ include /usr/share/dpkg/default.mk
18
19
.NOTPARALLEL:
20
21
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
22
+ MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
23
+endif
24
+
25
SHELL = /bin/bash
26
27
package = freeradius
0 commit comments