We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910892e commit bd75c9aCopy full SHA for bd75c9a
deps/3rd/obproxy.spec
@@ -36,6 +36,7 @@ OceanBase Database Proxy
36
%build
37
mkdir -p lib
38
cp ${TOOLS_DIR}/lib64/libstdc++.so.6.0.28 lib/libstdc++.so.6
39
+cp -r %{rpm_path}/deps/3rd deps
40
41
#./configure CXX=${CXX} CC=${CC} --with-gcc-version=9.3.0 --with-so --prefix=%{_prefix} --with-test-case=no --with-release=yes --with-tblib-root=/opt/csr/common --with-easy-root=/usr --with-easy-lib-path=/usr/lib64 --with-svnfile --enable-shared=default --enable-silent-rules
42
CPU_CORES=`grep -c ^processor /proc/cpuinfo`
0 commit comments