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

Collapse All | Expand All

(-)a/deps/eleveldb/rebar.config (-3 / +3 lines)
Lines 5-13 Link Here
5
5
6
{port_env, [
6
{port_env, [
7
	     %% Make sure to set -fPIC when compiling leveldb
7
	     %% Make sure to set -fPIC when compiling leveldb
8
             {"CFLAGS", "$CFLAGS -Wall -O3 -fPIC"},
8
             {"CFLAGS", "$CFLAGS"},
9
             {"CXXFLAGS", "$CXXFLAGS -Wall -O3 -fPIC"},
9
             {"CXXFLAGS", "$CXXFLAGS"},
10
             {"DRV_CFLAGS", "$DRV_CFLAGS -O3 -Wall -I c_src/leveldb/include"},
10
             {"DRV_CFLAGS", "$DRV_CFLAGS -I c_src/leveldb/include"},
11
             {"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/leveldb/libleveldb.a c_src/system/lib/libsnappy.a -lstdc++"}
11
             {"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/leveldb/libleveldb.a c_src/system/lib/libsnappy.a -lstdc++"}
12
             ]}.
12
             ]}.

Return to bug 425132