diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-25 21:31:21 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-25 21:31:21 +0200 |
commit | b817592861d28d0b024d4064973a38d4e9d11741 (patch) | |
tree | 29459457bc284bd2cc9c525c896ec28a57a808a6 /debian/rules | |
parent | 0fc50407ef2ccb2112d621f1d67ebf6e72f43e08 (diff) | |
download | nx-libs-b817592861d28d0b024d4064973a38d4e9d11741.tar.gz nx-libs-b817592861d28d0b024d4064973a38d4e9d11741.tar.bz2 nx-libs-b817592861d28d0b024d4064973a38d4e9d11741.zip |
Revert "debian/rules: Typo fix (NUMJOBS, not NUM_JOBS)."
This reverts commit 190e3df418ff18e3e22eddaee5c15e0feccf5d9c.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5daee7f54..d082e3647 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ override_dh_auto_install: override_dh_auto_build: debian/compat.sh - PREFIX=/usr make build -j${NUMJOBS} CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' + PREFIX=/usr make build -j${NUM_JOBS} CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' override_dh_strip: dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg |