-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mysql80*: SunOS build and install fixes.
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
databases/mysql80-client/patches/patch-packaging_solaris_CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-packaging_solaris_CMakeLists.txt,v 1.1 2023/05/26 11:13:52 jperkin Exp $ | ||
|
||
Limit files to mysql80-server. | ||
|
||
--- packaging/solaris/CMakeLists.txt.orig 2023-03-16 17:22:37.000000000 +0000 | ||
+++ packaging/solaris/CMakeLists.txt | ||
@@ -24,7 +24,7 @@ | ||
# Any files in this directory are auxiliary files for Solaris "pkg" packages. | ||
# They will be configured during "pkg" creation, not during (binary) build. | ||
|
||
-IF(NOT SOLARIS) | ||
+IF(NOT SOLARIS OR WITHOUT_SERVER) | ||
RETURN() | ||
ENDIF() | ||
|