debian/rules: Add cmake fix to make reprotest happy.

Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
This commit is contained in:
Andrew Lee (李健秋) 2022-01-11 15:34:59 +08:00 committed by Aaron Rainbolt
parent 698b99d887
commit 2dcc119106

1
debian/rules vendored
View File

@ -14,4 +14,5 @@ override_dh_missing:
override_dh_auto_configure:
dh_auto_configure -- \
-DBUILD_DEV_UTILS=YES \
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo