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:
Jonathon Hall 2024-05-09 10:40:21 -04:00 committed by Thierry Laurion
parent e4976e7882
commit 6ce3d21e4c
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -33,7 +33,6 @@ flashrom_target := \
DESTDIR="$(INSTALL)" \
INSTALL="$(INSTALL)" \
LDFLAGS="-L$(INSTALL)/lib" \
LIBS_BASE="$(INSTALL)" \
PREFIX="$(INSTALL)" \
$(CROSS_TOOLS) \
$(flashrom_cfg) \