hwloc: never build cairo backend, avoids footprint mismatches

This commit is contained in:
Tim Biermann 2023-04-07 11:48:12 +02:00
parent 1143970471
commit 93c04729f2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+TVevbqOaocv9Xgz1smX433ZYbpPREVQvupfSBO1vBjwAGarTe0o63Kc6/Ua2JiTE7KkSxyWZXp9f15K54w1go=
SHA256 (Pkgfile) = 65e85efa82e7944885b6aed6c03414de0d2f0a110c9efef8dc1806cb2adf3faa
RWSagIOpLGJF3yKjxR3WDq1uuoQhx4qWj49O2nOgqhnafmMWn3X2kq92Qwk3Cd/Pbfneu2hC0331NywKcpoHiyKovtO22cgvOwM=
SHA256 (Pkgfile) = 7a63dd239e3c92f1e6fcf445aca037c1bdf5202a123098b7fdea27be962298b2
SHA256 (.footprint) = 8dbc31c5a6a56a91fe83926bc934c75561c6c6a9bc7d7396da7577bdaf370319
SHA256 (hwloc-2.9.1.tar.bz2) = 7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e

View File

@ -15,7 +15,8 @@ build() {
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--enable-plugins
--enable-plugins \
--disable-cairo
make
make DESTDIR=$PKG install
}