Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 502716 | Differences between
and this patch

Collapse All | Expand All

(-)leveldb-1.15.0.orig/Makefile (+3 lines)
Lines 183-188 $(MEMENVLIBRARY) : $(MEMENVOBJECTS) Link Here
183
memenv_test : helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS)
183
memenv_test : helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS)
184
	$(CXX) $(LDFLAGS) helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS) -o $@ $(LIBS)
184
	$(CXX) $(LDFLAGS) helpers/memenv/memenv_test.o $(MEMENVLIBRARY) $(LIBRARY) $(TESTHARNESS) -o $@ $(LIBS)
185
185
186
$(MEMENVOBJECTS) : $(MEMENV_SOURCES)
187
	$(CXX) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) -c $< -o $@
188
186
ifeq ($(PLATFORM), IOS)
189
ifeq ($(PLATFORM), IOS)
187
# For iOS, create universal object files to be used on both the simulator and
190
# For iOS, create universal object files to be used on both the simulator and
188
# a device.
191
# a device.

Return to bug 502716