mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
modules/flashrom: Remove LIBS_BASE to stop linking in RPATH.
Specifying LIBS_BASE causes flashrom's Makefile to link in an RPATH, using the Heads workspace path, which is not what we want. It does other things too, but we already pass the parts we need to the make invocation for flashrom. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
e4976e7882
commit
6ce3d21e4c
@ -33,7 +33,6 @@ flashrom_target := \
|
||||
DESTDIR="$(INSTALL)" \
|
||||
INSTALL="$(INSTALL)" \
|
||||
LDFLAGS="-L$(INSTALL)/lib" \
|
||||
LIBS_BASE="$(INSTALL)" \
|
||||
PREFIX="$(INSTALL)" \
|
||||
$(CROSS_TOOLS) \
|
||||
$(flashrom_cfg) \
|
||||
|
Loading…
Reference in New Issue
Block a user