debian/rules: fix openkylin vendor
This commit is contained in:
parent
65c1206d7b
commit
756f66f3b4
|
@ -1,3 +1,10 @@
|
|||
audit (1:2.8.5-ok2) yangtze; urgency=medium
|
||||
|
||||
* debian/rules:
|
||||
fix openkylin vendor
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 02 Jun 2022 17:13:09 +0800
|
||||
|
||||
audit (1:2.8.5-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -37,6 +37,10 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
|
|||
CONFIGURE_FLAGS += --disable-listener
|
||||
endif
|
||||
|
||||
ifeq ($(shell dpkg-vendor --derives-from openKylin && echo yes), yes)
|
||||
CONFIGURE_FLAGS += --disable-listener
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=debian/build --buildsystem=autoconf $(DH_ADDONS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue