Hi,
The perl-http-daemon package has been updated upstream, and they switched
their build system from Makefile.PL to Build.PL (specifically using
Module::Build::Tiny). Because of this, the current SlackBuild fails to
build.
Here is the corrected build block for the .SlackBuild script that fixes the
issue:
echo "y" | CFLAGS="$SLKCFLAGS" perl Build.PL \
--prefix=/usr \
--installdirs=vendor \
--install_path libdoc=/usr/man/man3
./Build
./Build install --destdir="${PKG}"
_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/