[Slackbuilds-users] perl-http-daemon: fix build failure (migration from Makefile.PL to Build.PL)
Юрий Сорокин
mrvladislavovich at gmail.com
Sun May 31 04:59:41 UTC 2026
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}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20260531/4d5801ed/attachment.htm>
More information about the SlackBuilds-users
mailing list