-
Ken Zhu authored
It is hard to add new patch file for the only two number prefix, make it to be 3 number prefix. Change-Id: I406870bed59d5245c465957ce20a3166c61e4872 Signed-off-by:
Ken Zhu <guigenz@codeaurora.org>
0bf7551b
091-use-target_ldflags.patch 461 B
diff -Nur a/Makefile rstp-2011-10-11/Makefile
--- a/Makefile 2015-10-27 12:19:13.019058746 -0700
+++ rstp-2011-10-11/Makefile 2015-10-27 12:20:01.587059969 -0700
@@ -19,10 +19,10 @@
.PHONY: rstplib
rstpd: $(DOBJECTS) rstplib
- $(CC) -o $@ $(DOBJECTS) -L ./rstplib -lrstp
+ $(CC) $(LDFLAGS) -o $@ $(DOBJECTS) -L ./rstplib -lrstp
rstpctl: $(CTLOBJECTS)
- $(CC) -o $@ $(CTLOBJECTS)
+ $(CC) $(LDFLAGS) -o $@ $(CTLOBJECTS)
clean:
rm -f *.o rstpd rstpctl