Pass LDFLAGS to wfb_tx_cmd (#368)

Allows the build system to properly pass extra flags, e.g. GNU_HASH for openembedded
This commit is contained in:
Oleksiy Protas 2024-09-04 18:08:51 +03:00 committed by GitHub
parent 4c0f253996
commit ea4f28ac99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ wfb_keygen: src/keygen.o
$(CC) -o $@ $^ $(_LDFLAGS)
wfb_tx_cmd: src/tx_cmd.o
$(CC) -o $@ $^
$(CC) -o $@ $^ $(LDFLAGS)
test: all_bin
PYTHONPATH=`pwd` trial3 wfb_ng.tests