Skip to content

Commit

Permalink
Merge pull request logrhythm#121 from Logrhythm/2.3.1
Browse files Browse the repository at this point in the history
2.3.1
  • Loading branch information
weberr13 committed Feb 14, 2014
2 parents 05ac623 + 1286c59 commit 3cc9008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/protoBuffers.spec
Expand Up @@ -22,7 +22,7 @@ rm -rf protobuf-%{version}
tar -xjvf ~/rpmbuild/SOURCES/protobuf-%{version}.tar.bz2
cd protobuf-%{version}
chmod -R a+rX,g-w,o-w .
export GLOBAL_CPP_FLAGS="-fPIC -m64 -O3 -flto -L/usr/local/probe/lib -L/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib "
export GLOBAL_CPP_FLAGS="-fPIC -m64 -flto -L/usr/local/probe/lib -L/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib64 -Wl,-rpath -Wl,/usr/local/probe/lib "
CPPFLAGS="$CPPFLAGS $GLOBAL_CPP_FLAGS" LDFLAGS=$GLOBAL_CPP_FLAGS ./configure --prefix=/usr/local/probe
cd ..
%build
Expand Down

0 comments on commit 3cc9008

Please sign in to comment.