diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-19 20:44:55 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-20 15:40:30 -0500 |
commit | 59eb75a365f354ddfa1fcf69b5066f42acf8f93e (patch) | |
tree | e9a09cf3401bbfcc206bc32f6a92bebdcd488920 /debian | |
parent | 0a9c75c084d0a557011c1c4c0a946b57d5fe7ad6 (diff) |
Allow parallel builds
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9a8c16c6..b544bd5e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_autoreconf: dh_autoreconf sh -- autogen.sh |