You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
358 B

diff --git a/Makefile b/Makefile
index 95a84a6..340f95f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ TARGETS=audio-entropyd
all: $(TARGETS)
audio-entropyd: audio-entropyd.o error.o proc.o val.o RNGTEST.o error.o
- $(CC) -o $@ $^ $(LFLAGS)
+ $(CC) $(LDFLAGS) -o $@ $^ $(LFLAGS)
install: audio-entropyd
cp audio-entropyd /usr/local/sbin/