File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2245,9 +2245,9 @@ memcached() {
2245
2245
# M_EXTRA=""
2246
2246
# fi
2247
2247
2248
- export CFLAGS=" $M_SYM_INCLUDES -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CFLAGS "
2249
- export CXXFLAGS=" $M_SYM_INCLUDES -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CXXFLAGS "
2250
- export CPPFLAGS=" $M_SYM_INCLUDES -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CPPFLAGS "
2248
+ export CFLAGS=" -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CFLAGS "
2249
+ export CXXFLAGS=" -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CXXFLAGS "
2250
+ export CPPFLAGS=" -fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CPPFLAGS "
2251
2251
2252
2252
# Recent versions of gcc require libmemcached to be explicitly linked with libm.so and libstdc++.so, and configure
2253
2253
# doesn't appear to include these libraries automatically.
You can’t perform that action at this time.
0 commit comments