commit | 5593342575323f5f10e7af669871627e4ada8c7b | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Mar 09 01:28:09 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 09 01:28:09 2016 +0000 |
tree | 7ed8db60eb84a051274c4f0540fb84c83fdabd79 | |
parent | 90f01a4203de453a2c6b940c39289b629ae3b654 [diff] | |
parent | ef2016f711eaef6c22d177a12d335055556ea3a0 [diff] |
Merge "applypatch: add -fPIC for libimgpatch in Chrome OS."
diff --git a/applypatch/Makefile b/applypatch/Makefile index fa6298d..de6d426 100644 --- a/applypatch/Makefile +++ b/applypatch/Makefile
@@ -28,5 +28,6 @@ imgdiff: imgdiff.o bsdiff.o utils.o $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDLIBS) -o $@ $^ +libimgpatch.a utils.o: CXXFLAGS += -fPIC libimgpatch.a: imgpatch.o bspatch.o utils.o ${AR} rcs $@ $^