Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Remote Packaging Team
freerdp-1.1-legacy
Commits
6591747a
Commit
6591747a
authored
Apr 28, 2016
by
Mike Gabriel
Browse files
debian/rules: Fix more DEB_HOST_* vs. DEB_BUILD_* issues. (Closes: #822842).
parent
f8d4698f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
6591747a
...
...
@@ -26,7 +26,7 @@ include /usr/share/cdbs/1/rules/utils.mk
DEB_DH_INSTALL_ARGS += --fail-missing
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 \
-DBUILD_TESTING=ON \
...
...
@@ -98,8 +98,8 @@ DEB_DH_STRIP_ARGS_freerdp-x11 = --dbg-package=freerdp-x11-dbg
DEB_DH_STRIP_ARGS_libxfreerdp-client1.1 = --dbg-package=libxfreerdp-client-dbg
remove-cruft::
rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_
BUILD
_MULTIARCH)/libwinpr-makecert-tool.a
rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_
BUILD
_MULTIARCH)/freerdp/cliprdr-client.a
rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_
HOST
_MULTIARCH)/libwinpr-makecert-tool.a
rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_
HOST
_MULTIARCH)/freerdp/cliprdr-client.a
tweak-install::
@echo "Nothing to tweak after installation."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment