# Maintainer: Levente Polyak # Maintainer: David Runge # Contributor: Anatol Pomozov # Contributor: Stéphane Gaudreault # ALARM: Kevin Mihelich = 5 # TODO: remove ac_cv_func_sem_open=no when there is a glibc release fixing https://sourceware.org/bugzilla/show_bug.cgi?id=30789 ac_cv_func_sem_open=no ./configure "${configure_options[@]}" # prevent excessive overlinking due to libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make V=1 } check() { make check -C $_pkgname-$pkgver } package() { depends+=(libpmix.so) make DESTDIR="$pkgdir" install -C $_pkgname-$pkgver install -Dm 644 $_pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname/" } # vim: ts=2 sw=2 et: