Skip to content

Commit

Permalink
updpatch: mysql-workbench 8.0.38-6
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Oct 6, 2024
1 parent 33b8953 commit 973210e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysql-workbench/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
cmake "${srcdir}/mysql-workbench-community-${pkgver}-src" \
-Wno-dev \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DCMAKE_CXX_FLAGS="-std=c++17" \
+ -DCMAKE_CXX_FLAGS="-std=c++17 -Wno-error=narrowing" \
+ -DCMAKE_CXX_FLAGS="-Wno-error=narrowing" \
-DCMAKE_BUILD_TYPE=Release \
-DMySQL_CONFIG_PATH="${srcdir}/install-bundle/usr/bin/mysql_config" \
-DMySQLCppConn_LIBRARY="${srcdir}/install-bundle/usr/lib/libmysqlcppconn.so" \

0 comments on commit 973210e

Please sign in to comment.