]> git.ipfire.org Git - location/debian/libloc.git/commitdiff
disable lua binaries for now
authorHans-Christoph Steiner <hans@eds.org>
Sat, 22 Mar 2025 13:49:58 +0000 (14:49 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Sat, 22 Mar 2025 13:49:58 +0000 (14:49 +0100)
debian/rules

index e5e3f18ea1ffa34e8a19cad72cc62fd964c39c73..5fbf0a04c71604c8388fb0691367510d96f11aee 100755 (executable)
@@ -5,6 +5,7 @@ export PYBUILD_SYSTEM=custom
 export PYBUILD_CLEAN_ARGS=dh_auto_clean
 export PYBUILD_CONFIGURE_ARGS=intltoolize --force --automake; \
        PYTHON={interpreter} dh_auto_configure -- \
+       --disable-lua \
        --disable-perl
 export PYBUILD_BUILD_ARGS=dh_auto_build
 export PYBUILD_INSTALL_ARGS=dh_auto_install --destdir={destdir}; \