[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: -DCMAKE_OLDINCLUDEDIR_PREFIX=/usr/include

Carlos De Maine null at kde.org
Mon Jan 20 10:02:01 GMT 2025


Git commit 0df5bd0302989711478863b0253ef8c8ad845ea2 by Carlos De Maine.
Committed on 20/01/2025 at 10:02.
Pushed by carlosdem into branch 'Neon/unstable'.

-DCMAKE_OLDINCLUDEDIR_PREFIX=/usr/include

M  +2    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/0df5bd0302989711478863b0253ef8c8ad845ea2

diff --git a/debian/rules b/debian/rules
index bf34e44..2404366 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ override_dh_auto_configure:
 						 -DCMAKE_INSTALL_PREFIX=/usr \
 						 -DCMAKE_INCLUDEDIR_PREFIX=include \
 						 -DCMAKE_INSTALL_LIBDIR=lib \
-						 -DCMAKE_BUILD_TYPE=Release
\ No newline at end of file
+						 -DCMAKE_BUILD_TYPE=Release \
+						 -DCMAKE_OLDINCLUDEDIR_PREFIX=/usr/include
\ No newline at end of file


More information about the Neon-commits mailing list