mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
11 lines
219 B
Diff
11 lines
219 B
Diff
--- util/nvramtool/Makefile 2020-05-20 15:19:20.652210037 +0200
|
|
+++ - 2020-05-20 15:20:00.145211360 +0200
|
|
@@ -34,6 +34,8 @@
|
|
CFLAGS += -D__GLIBC__
|
|
endif
|
|
|
|
+LDFLAGS = -lgcc
|
|
+
|
|
all: dep $(PROGRAM)
|
|
|
|
$(PROGRAM): $(OBJS)
|