]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
libmysql/libmysql.map causes symbol link errors in api_test tool
authorElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 12:31:34 +0000 (15:31 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 12:31:34 +0000 (15:31 +0300)
percona-server.spec

index b5e5e91135ba66018d5022605dfc1df7d50208dc..024e5f18fcedcf201673f260287d62f7350df207 100644 (file)
@@ -24,7 +24,7 @@
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
 %bcond_with    sphinx          # Sphinx storage engine support
 %bcond_without tokudb          # TokuDB
-%bcond_without system_boost    # Use system boost package
+%bcond_with    system_boost    # Use system boost package
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
 
@@ -517,7 +517,7 @@ mv sphinx-*/mysqlse storage/sphinx
 [ -f sql/sql_yacc.h ] && %{__rm} sql/sql_yacc.h
 
 # map has more sane versioning that default "global everything" in ver.in
-cp -p libmysql/libmysql.map libmysql/libmysql.ver.in
+#cp -p libmysql/libmysql.map libmysql/libmysql.ver.in
 
 %build
 install -d build
This page took 0.127614 seconds and 4 git commands to generate.