jimjag / epm

Updated ESP Package Manager (EPM)
https://jimjag.github.io/epm/
Apache License 2.0
10 stars 8 forks source link

Fixed rpmbuild --target: in case of a version bigger than 4, it used … #5

Closed johanhenselmans closed 3 years ago

johanhenselmans commented 3 years ago

…the old --build-arch argument

I have also changed the argument for rpm, as version 4.1.4.3 stated that the --target version should be with a '=' sign. --target=CPU-VENDOR-OS Specify target platform In the logic in configure.ac any version bigger than 4.03 would use the --target CPU-VENDOR-OS