Changeset 341:2bf23d10bc6f in freeDiameter for contrib/debian/rules
- Timestamp:
- Jun 29, 2010, 11:37:44 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/debian/rules
r328 r341 17 17 export DH_OPTIONS 18 18 19 # Uncomment this to runthe tests when the package is built20 # compile_the_tests=-DSKIP_TESTS:BOOL=OFF19 # Comment this out if you want to include the tests when the package is built 20 skip_the_tests=-DBUILD_TESTING:BOOL=OFF 21 21 22 22 %: … … 24 24 25 25 override_dh_auto_configure: 26 dh_auto_configure -- $( compile_the_tests) \26 dh_auto_configure -- $(skip_the_tests) \ 27 27 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ 28 28 -DDEFAULT_CONF_PATH:PATH=/etc/freeDiameter \
Note: See TracChangeset
for help on using the changeset viewer.