why do we have prefix= calls instead of prefix=BUILD_ROOT_DIR?

This commit is contained in:
DubbleClick
2025-05-20 22:19:09 +07:00
parent a9f81dd38e
commit 03ca3f4f59
6 changed files with 94 additions and 12 deletions

View File

@@ -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']);
}
}