Topic: Looking for help on make

I would like to rebuild the entire PHP 7.4 on EL8 for aarch64, including its dependencies, its extensions, and the dependencies of its extensions. Could I get some guidance on how to do this using make? I understand that make takes care of all the dependencies and the architecture. I tried to use rpmbuild but its giving me a lot of dependency issues.

Here's what I built using rpmbuild - https://packagecloud.io/drpayyne

Re: Looking for help on make

I don't understand what you mean

rpmbuild use make to run the build
rpmbuild is the only / proper way to build an RPM

(rpmbuild should be run under mock for a proper clean env., and will take care of installing dependencies)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi