debian/rules: Use DEB_HOST_* variables instead of DEB_BUILD_* to make cross-builds work. (See #822842 of src:pkg freerdp).

This commit is contained in:
Mike Gabriel 2016-04-29 21:57:58 +02:00
parent 4270af8ef7
commit dd57536b24

2
debian/rules vendored
View File

@ -15,7 +15,7 @@ endif
NULL =
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_INCLUDEDIR=include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_INCLUDEDIR=include/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) \
-DCMAKE_SKIP_RPATH=FALSE \
-DCMAKE_SKIP_INSTALL_RPATH=TRUE \
-DWITH_PULSE=ON \