aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-25 21:31:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-25 21:31:21 +0200
commitb817592861d28d0b024d4064973a38d4e9d11741 (patch)
tree29459457bc284bd2cc9c525c896ec28a57a808a6 /debian
parent0fc50407ef2ccb2112d621f1d67ebf6e72f43e08 (diff)
downloadnx-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')
-rwxr-xr-xdebian/rules2
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