mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
crelay: Fix link error with BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -61,7 +61,7 @@ all: $(BIN)
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
@echo "[Link $(BIN)] with libs $(LIBS)"
|
||||
- @$(CC) -o $(BIN) $(OBJ) $(LIBS)
|
||||
+ @$(CC) -o $(BIN) $(OBJ) $(LDFLAGS) $(LIBS)
|
||||
|
||||
.c.o:
|
||||
@echo "[Compile $<]"
|
||||
Reference in New Issue
Block a user