rev 18130 - trunk/packages/kdebindings/debian

Modestas Vainius modax at alioth.debian.org
Sat May 29 13:24:34 UTC 2010


Author: modax
Date: 2010-05-29 13:24:28 +0000 (Sat, 29 May 2010)
New Revision: 18130

Modified:
   trunk/packages/kdebindings/debian/rules
Log:
Add DEB_CMAKE_CUSTOM_FLAGS too (for --as-needed).

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2010-05-29 13:17:31 UTC (rev 18129)
+++ trunk/packages/kdebindings/debian/rules	2010-05-29 13:24:28 UTC (rev 18130)
@@ -37,7 +37,7 @@
     -DCMAKE_USE_RELATIVE_PATHS=ON   \
     -DCMAKE_VERBOSE_MAKEFILE=ON     \
     \
-    $(DEB_CMAKE_KDE4_FLAGS)
+    $(DEB_CMAKE_KDE4_FLAGS) $(DEB_CMAKE_CUSTOM_FLAGS)
 
 # OK, here we disable all that we don't want.
 # Please remove lines as you add packaging support for them.




More information about the pkg-kde-commits mailing list