mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
why do we have prefix= calls instead of prefix=BUILD_ROOT_DIR?
This commit is contained in:
@@ -50,5 +50,6 @@ trait ldap
|
||||
->exec("make -j{$this->builder->concurrency}")
|
||||
->exec('make install DESTDIR=' . BUILD_ROOT_PATH);
|
||||
$this->patchPkgconfPrefix(['ldap.pc', 'lber.pc']);
|
||||
$this->patchLaDependencyPrefix(['libldap.la', 'liblber.la']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user