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:
parent
4270af8ef7
commit
dd57536b24
2
debian/rules
vendored
2
debian/rules
vendored
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user