[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: more build flags
Carlos De Maine
null at kde.org
Mon Jan 20 09:17:50 GMT 2025
Git commit 3e3054e7d65c79f807009485a4aaab4854747ce1 by Carlos De Maine.
Committed on 20/01/2025 at 09:17.
Pushed by carlosdem into branch 'Neon/unstable'.
more build flags
M +5 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/3e3054e7d65c79f807009485a4aaab4854747ce1
diff --git a/debian/rules b/debian/rules
index 8ad1ff4..204a053 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --buildsystem=cmake
override_dh_auto_configure:
- dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INCLUDEDIR_PREFIX=include
+ dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF \
+ -DDBC_GENERATE_DOCS=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INCLUDEDIR_PREFIX=include \
+ -DCMAKE_INSTALL_LIBDIR=lib
More information about the Neon-commits
mailing list