summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.patch b/makefile.patch
index b3e0e5757937..ad3ab79a302a 100644
--- a/makefile.patch
+++ b/makefile.patch
@@ -7,7 +7,7 @@ index 4baf9e5..2b5e2e8 100755
liblazyusf.so: $(OBJS)
- $(CC) $^ -shared -Wl,-soname -Wl,$@.2 -o $@.2.0
-+ $(CC) $(LDFLAGS) $^ -shared -Wl,-soname -Wl,$@.2 -o $@.2.0
++ $(CC) $^ $(LDFLAGS) -shared -Wl,-soname -Wl,$@.2 -o $@.2.0
bench : test/bench.o liblazyusf.a
$(CC) -o $@ $^ ../psflib/libpsflib.a -lz -lm