Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3c9ecf4b
Commit
3c9ecf4b
authored
Sep 14, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-31231 fix windows packaging
followup for
7ba9c7fb
parent
a8d2e230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
storage/connect/CMakeLists.txt
storage/connect/CMakeLists.txt
+3
-1
No files found.
storage/connect/CMakeLists.txt
View file @
3c9ecf4b
...
...
@@ -447,7 +447,9 @@ IF(CONNECT_WITH_JDBC AND JAVA_FOUND AND JNI_FOUND)
get_target_property
(
_jarFile JdbcInterface JAR_FILE
)
INSTALL
(
FILES
${
_jarFile
}
DESTINATION
${
INSTALL_MYSQLSHAREDIR
}
COMPONENT connect-engine-jdbc
)
SET
(
CPACK_COMPONENTS_ALL
${
CPACK_COMPONENTS_ALL
}
connect-engine-jdbc PARENT_SCOPE
)
IF
(
CPACK_COMPONENTS_ALL
)
SET
(
CPACK_COMPONENTS_ALL
${
CPACK_COMPONENTS_ALL
}
connect-engine-jdbc PARENT_SCOPE
)
ENDIF
()
SET
(
CPACK_RPM_connect-engine-jdbc_PACKAGE_REQUIRES
"jre-headless >= 1.8 MariaDB-connect-engine"
PARENT_SCOPE
)
#how to make it meaningful? SUGGESTS? (mariadb-java-client or mysql-connector-java) ?
#SET(CPACK_RPM_connect-engine-jdbc_PACKAGE_RECOMMENDS "mariadb-java-client postgresql-jdbc mysql-connector-java" PARENT_SCOPE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment