Skip to content

Commit 0e9cf03

Browse files
rrajrvcristibirsan
authored andcommitted
package/hss-payload-generator: Fix rpath not passed to linker as expected
The rpath option is not passed to linker as expected, which leads to hss-payload-generator failing to be run. Signed-off-by: Rajkumar Ramasamy <[email protected]> Tested-by: Jamie Gibbons <[email protected]> Signed-off-by: Cristian Birsan <[email protected]>
1 parent 49a7e78 commit 0e9cf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/hss-payload-generator/hss-payload-generator.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818
define HOST_HSS_PAYLOAD_GENERATOR_BUILD_CMDS
1919
$(MAKE) -C $(@D)/tools/hss-payload-generator \
2020
HOST_INCLUDES="$(HOST_CPPFLAGS)" \
21-
LDFLAGS=$(HOST_LDFLAGS)
21+
LDFLAGS="$(HOST_LDFLAGS)"
2222

2323
cp $(BR2_PACKAGE_HOST_HSS_PAYLOAD_GENERATOR_SRC) \
2424
$(@D)/tools/hss-payload-generator/src.bin

0 commit comments

Comments
 (0)