From 16f7461d83f9caa13bd2bc71a59a3f5c7b55710d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 8 Mar 2016 17:33:39 +0000 Subject: [PATCH] [Minor] Explicitly set ENABLE_LUAJIT in debian rules --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 3a73328407..5f3356e2c7 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,7 @@ override_dh_auto_configure: -DINSTALL_EXAMPLES=ON \ -DFORCE_GMIME24=ON \ -DENABLE_HIREDIS=ON \ + -DENABLE_LUAJIT=ON \ -DWANT_SYSTEMD_UNITS=ON override_dh_makeshlibs: -- 2.47.3