subversion: support cross compilation
This commit is contained in:
parent
ed3f60f8f8
commit
d9d13d8981
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ let
|
|||
(lib.withFeatureAs httpSupport "serf" serf)
|
||||
"--with-zlib=${zlib.dev}"
|
||||
"--with-sqlite=${sqlite.dev}"
|
||||
"--with-apr=${apr.dev}"
|
||||
"--with-apr-util=${aprutil.dev}"
|
||||
] ++ lib.optionals javahlBindings [
|
||||
"--enable-javahl"
|
||||
"--with-jdk=${jdk}"
|
||||
|
|
Loading…
Reference in a new issue