Compiler/root

- fix issue with Oracle Instant Client 12
This commit is contained in:
2017-04-24 07:58:13 +02:00
parent edb67f75c8
commit b161db7b82
2 changed files with 16 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ Linux )
;;
esac
pbuild::patch_sources_Linux() {
patch -p1 < "${BUILD_BLOCK_DIR}/${V_MAJOR}/cmake_oracle12.patch"
}
pbuild::configure() {
cmake "${MODULE_SRCDIR}" \
${config_args} \