aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-10-15 15:19:03 +0200
committerDaniel Lange <DLange@git.local>2021-10-15 15:19:03 +0200
commit2c3ef7bd44ca8d9802761f6902c9d4ae2dcb923c (patch)
tree47be34142af9aac94ace3c881f5b6a82d12e9bdf /debian/rules
parent717b835bfd65aca6ca972f6d0c0d1acef5f3ec38 (diff)
downloaddebian_htop-2c3ef7bd44ca8d9802761f6902c9d4ae2dcb923c.tar.gz
debian_htop-2c3ef7bd44ca8d9802761f6902c9d4ae2dcb923c.tar.bz2
debian_htop-2c3ef7bd44ca8d9802761f6902c9d4ae2dcb923c.zip
Update configure options (changed upstream)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 50914c4..4a8ce7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/buildflags.mk
ifeq (linux,$(DEB_HOST_ARCH_OS))
ARCH_DEPENDENT_CONFIGURE_PARAMS = \
- --enable-linux-affinity \
+ --enable-affinity \
--enable-delayacct
else
ARCH_DEPENDENT_CONFIGURE_PARAMS = \
@@ -17,7 +17,7 @@ endif
ifeq (hurd,$(DEB_HOST_ARCH_OS))
ARCH_DEPENDENT_CONFIGURE_PARAMS+= --with-proc=/proc/
else
- ARCH_DEPENDENT_CONFIGURE_PARAMS+= --with-sensors
+ ARCH_DEPENDENT_CONFIGURE_PARAMS+= --enable-sensors
endif
%:

© 2014-2024 Faster IT GmbH | imprint | privacy policy