freedv debian rules: Fix indentation, permissions.
Should be executable, and who-TF took out the tabs?! Makefiles have tabs.pull/2/head
parent
472f9e94a0
commit
32e1422dcd
|
@ -19,12 +19,12 @@ include /usr/share/dpkg/default.mk
|
||||||
|
|
||||||
# main packaging script based on dh7 syntax
|
# main packaging script based on dh7 syntax
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
# debmake generated override targets
|
# debmake generated override targets
|
||||||
# This is example for Cmake (See http://bugs.debian.org/641051 )
|
# This is example for Cmake (See http://bugs.debian.org/641051 )
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
|
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
|
||||||
-DUSE_STATIC_CODEC2=FALSE \
|
-DUSE_STATIC_CODEC2=FALSE \
|
||||||
-DUSE_STATIC_SPEEXDSP=FALSE
|
-DUSE_STATIC_SPEEXDSP=FALSE
|
||||||
|
|
Loading…
Reference in New Issue