Fixed host OS query in rules
- we really want to know the system instead of set it
This commit is contained in:
parent
b1abe108ae
commit
d0d7ab7076
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
lxqt-panel (0.12.0-3) experimental; urgency=medium
|
||||
|
||||
* Fixed host OS query in rules - we really want to know the system
|
||||
instead of set it
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 29 Oct 2017 21:27:27 +0100
|
||||
|
||||
lxqt-panel (0.12.0-2) experimental; urgency=medium
|
||||
|
||||
* Added missed breaks and replaces for lxqt-common << 0.12.0
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -5,13 +5,13 @@ export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||
WHICH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
|
||||
ifeq ($(WHICH_OS), kfreebsd)
|
||||
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH_OS), hurd)
|
||||
ifeq ($(WHICH_OS), hurd)
|
||||
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO -DSENSORS_PLUGIN=NO
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user