libemu icon indicating copy to clipboard operation
libemu copied to clipboard

Remove harmful rpath in LDFLAGS and fix logic for cargo.

Open xambroz opened this issue 3 years ago • 0 comments

This patch is from Debian libemu package - libemu-03_remove_rpath_and_fix_ldflags.patch https://packages.debian.org/search?searchon=sourcenames&keywords=libemu

Description: Remove harmful rpath in LDFLAGS and fix logic for cargo. Before this patch, libemu was searching for includes and also had an rpath for libraries in /usr/local/lib. Also the logic for libcargo is wrong, as makes the content of LDFLAGS empty if cargo is enabled but there are no headers in the system. This was preventing proper hardening to be activated in Debian. Author: David Martínez Moreno [email protected] Forwarded: no Reviewed-By: David Martínez Moreno [email protected] Last-Update: 2012-10-14

xambroz avatar Apr 03 '21 22:04 xambroz