|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../clucene/clucene.conf |
|
|
|
# Filename: package/.../clucene/clucene.conf |
|
|
|
# Copyright (C) 2013 The OpenSDE Project |
|
|
|
# Copyright (C) 2013 - 2014 The OpenSDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# |
|
|
@ -24,3 +24,4 @@ var_append cmakeopt ' ' "-DBUILD_CONTRIBS_LIB:BOOL=ON" |
|
|
|
var_append cmakeopt ' ' "-DLIB_DESTINATION:PATH=$root/$libdir" |
|
|
|
var_append cmakeopt ' ' "-DLIB_DESTINATION:PATH=$root/$libdir" |
|
|
|
var_append cmakeopt ' ' "-DLUCENE_SYS_INCLUDES:PATH=$root/$libdir" |
|
|
|
var_append cmakeopt ' ' "-DLUCENE_SYS_INCLUDES:PATH=$root/$libdir" |
|
|
|
var_append cmakeopt ' ' "-DDISABLE_MULTITHREADING=OFF" |
|
|
|
var_append cmakeopt ' ' "-DDISABLE_MULTITHREADING=OFF" |
|
|
|
|
|
|
|
var_append cmakeopt ' ' "-DZLIB_INCLUDE_DIR=$( pkgprefix -r includedir zlib)" |
|
|
|