diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-05 15:43:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-05 15:43:13 +0200 |
commit | 22876afb61b190dc77ef253248bbebac2ad6eb3f (patch) | |
tree | 540d16552363a93ddeee5f34c2e0b6191b439b6c /stage | |
parent | 53538bfb9bafcedeb2ebcbf8b8b4c36370a9ea1d (diff) |
Add libodb-mysql package to stage
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -183,10 +183,13 @@ etc/stage-pkg -c $mode -d pkgconf packaging/pkgconf/libpkgconf etc/stage-pkg -c $mode -d studxml ../studxml/libstudxml +# For now we also stage libodb-mysql since we clean up the odb/ subdirectory. +# etc/stage-pkg -c $mode -d odb \ ../odb/builds/default/libodb \ ../odb/builds/default/libodb-sqlite \ - ../odb/builds/default/libodb-pgsql + ../odb/builds/default/libodb-pgsql \ + ../odb/builds/default/libodb-mysql etc/stage-pkg -c $mode build2 \ libbutl \ |