summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2022-12-05 13:33:53 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2022-12-05 13:33:53 +0100
commit44a9f53eac2ff0a9d58c3b7f573eda935ecea30d (patch)
tree2086c3329cb3657799a9862e5e99c0bae48e5930
parentc557d9217d1d4945a112abfb9b2e7a982e68d67b (diff)
Force build-system to pd-lib-builder when overriding dh_auto_build
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6113977..4e4e77b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@
override_dh_auto_build:
- dh_auto_build -- \
+ dh_auto_build --buildsystem=pd_lib_builder -- \
FFTW3_CFLAGS=$(shell pkg-config --cflags fftw3) \
FFTW3_LIBS=$(shell pkg-config --libs fftw3) \
FFTW3F_CFLAGS=$(shell pkg-config --cflags fftw3f) \