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: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Oct 6, 2024
1 parent 33b8953 commit 460fd5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mysql-workbench/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -125,7 +125,7 @@ build() {
@@ -161,6 +161,7 @@ build() {
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 460fd5a

Please sign in to comment.