generated from general-packages/pika-pkg-template
11 lines
306 B
Makefile
Executable File
11 lines
306 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem=meson
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --no-start --no-enable
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled -Dlibbpf_a=/usr/lib/x86_64-linux-gnu/libbpf.a -D libbpf_h=/usr/include/bpf/
|
|
|