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.
gentoo-overlay/app-benchmarks/bashmark/files/bashmark-0.6.2-as-needed.patch

12 lines
197 B

--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@
BIN = bashmark
$(BIN): $(OBJ)
- $(LD) $(LDFLAGS) $(CXXFLAGS) $(OBJ) -o $(BIN)
+ $(LD) $(CXXFLAGS) $(OBJ) $(LDFLAGS) -o $(BIN)
Benchmark.o: