Skip to content

Commit dfb18aa

Browse files
abmusseThePrez
andauthored
fix: Add required link libraries (#2)
* fix: Add required link libraries * Bump version to 1.1.1 Co-authored-by: Jesse Gorzinski <[email protected]>
1 parent 5fc7cc0 commit dfb18aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ set(PASELIB_LIBRARIES
5050
# -- INSTALL SONAME 'ha_ibmdb2i';
5151
MYSQL_ADD_PLUGIN(ibmdb2i ${IBMDB2I_SOURCES}
5252
STORAGE_ENGINE MODULE_ONLY
53-
LINK_LIBRARIES ${PASELIB_LIBRARIES})
53+
LINK_LIBRARIES ${PASELIB_LIBRARIES} mysys sql)
5454

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MariaDB IBM i DB2 storage engine.
33

44
version
55
```
6-
1.1.0
6+
1.1.1
77
```
88

99
start

0 commit comments

Comments
 (0)