revert EXTRA_LDFLAGS_PROGRAM patch, TODO: patchBeforeMake and remove -lacl from the libtool command

This commit is contained in:
Marc Henderkes
2025-03-05 11:59:30 +01:00
parent 460699c48c
commit 4bc4c2ff05
3 changed files with 1 additions and 10 deletions

View File

@@ -25,6 +25,5 @@ trait libacl
->exec('make install DESTDIR=' . BUILD_ROOT_PATH);
$this->patchPkgconfPrefix(['libacl.pc'], PKGCONF_PATCH_PREFIX);
$this->cleanLaFiles();
}
}