Update rules

This commit is contained in:
ferrreo 2023-06-20 17:40:45 +01:00 committed by GitHub
parent c74a0324fb
commit f4c07605cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
debian/rules vendored
View File

@ -73,9 +73,10 @@ pkgdir2 = $(srcdir)/debian/pkgdir2
# mkdir -p $(pkgdir1)/usr/bin
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
override_dh_auto_configure:
dh_auto_configure -- -GNinja -DENABLE_SYSTEMD=ON -DUSE_BPF_PROC_IMPL=OFF
override_dh_build:
env USE_BPF=ON ./install-deps.sh && ./configure.sh --enable_systemd --use_bpf_proc && ./build.sh
override_dh_install:
sudo cmake --install build/RelWithDebInfo --component Runtime
## === End end of region ===
## This here will start the build: