Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: ports/leveldb/nacl.patch

Issue 1882443002: Fix ports to pass generic options which work with new and old drivers (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/port_list.md ('k') | ports/mesa/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/leveldb/nacl.patch
diff --git a/ports/leveldb/nacl.patch b/ports/leveldb/nacl.patch
index 43a6d0dcf75a7a77415df99cb9627d9d24afc2ee..178d556e64f7a31d97da1a9401527074e3784f5d 100644
--- a/ports/leveldb/nacl.patch
+++ b/ports/leveldb/nacl.patch
@@ -14,6 +14,24 @@ diff --git a/Makefile b/Makefile
for t in $(TESTS); do echo "***** Running $$t"; ./$$t || exit 1; done
clean:
+@@ -108,7 +112,7 @@ clean:
+
+ $(LIBRARY): $(LIBOBJECTS)
+ rm -f $@
+- $(AR) -rs $@ $(LIBOBJECTS)
++ $(AR) rs $@ $(LIBOBJECTS)
+
+ db_bench: db/db_bench.o $(LIBOBJECTS) $(TESTUTIL)
+ $(CXX) $(LDFLAGS) db/db_bench.o $(LIBOBJECTS) $(TESTUTIL) -o $@ $(LIBS)
+@@ -190,7 +194,7 @@ write_batch_test: db/write_batch_test.o $(LIBOBJECTS) $(TESTHARNESS)
+
+ $(MEMENVLIBRARY) : $(MEMENVOBJECTS)
+ rm -f $@
+- $(AR) -rs $@ $(MEMENVOBJECTS)
++ $(AR) rs $@ $(MEMENVOBJECTS)
+
+ memenv_test : helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS)
+ $(CXX) $(LDFLAGS) helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS) -o $@ $(LIBS)
diff --git a/build_detect_platform b/build_detect_platform
--- a/build_detect_platform
+++ b/build_detect_platform
« no previous file with comments | « docs/port_list.md ('k') | ports/mesa/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698