Codebase list libgdf / 82ba385
specify additional cmake flags -- no rpath (no dynlib for now) Yaroslav Halchenko 13 years ago
1 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 # Uncomment this to turn on verbose mode.
99 #export DH_VERBOSE=1
1010
11 DEB_CMAKE_EXTRA_FLAGS = \
12 -DCMAKE_SKIP_RPATH:BOOL=ON \
13 -DBUILD_SHARED_LIBS:BOOL=OFF
14
1115 %:
12 dh $@
16 dh $@ --buildsystem=cmake
17
18 override_dh_auto_configure:
19 dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)
20
21