Skip to content

Commit 64efe68

Browse files
committed
Bug#37052186 Use zlib from system for Fedora RPMS
zlib version in Fedora is new enough to be used, switch to this option. Change-Id: Id084512215a5da439ab3ade1984aa1df0029089f
1 parent e749d09 commit 64efe68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/rpm-fedora/mysql.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ mkdir debug
520520
-DWITH_CURL=system \
521521
-DWITH_FIDO=system \
522522
-DWITH_MECAB=system \
523+
-DWITH_ZLIB=system \
523524
-DCMAKE_C_FLAGS="$optflags" \
524525
-DCMAKE_CXX_FLAGS="$optflags" \
525526
-DUSE_LD_LLD=0 \
@@ -559,6 +560,7 @@ mkdir release
559560
-DWITH_CURL=system \
560561
-DWITH_FIDO=system \
561562
-DWITH_MECAB=system \
563+
-DWITH_ZLIB=system \
562564
-DCMAKE_C_FLAGS="%{optflags}" \
563565
-DCMAKE_CXX_FLAGS="%{optflags}" \
564566
-DUSE_LD_LLD=0 \

0 commit comments

Comments
 (0)