FS#39426 - [openssl] PKGBUILD fails to pass flags to Configure

Attached to Project: Arch Linux
Opened by Kevin Dodd (Jesin) - Friday, 14 March 2014, 19:12 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 14 March 2014, 21:56 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The Configure script for OpenSSL expects all of the flags for preprocessing, compilation, assembly, and linking to be passed in the same argument. The current PKGBUILD attempts to pass them separately, so only "-Wa,--noexecstack" actually gets used. Attached is a patch that fixes this problem.
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Friday, 14 March 2014, 21:56 GMT
Reason for closing:  Fixed
Comment by Pierre Schmitz (Pierre) - Friday, 14 March 2014, 21:36 GMT
Thanks, very good catch.

Loading...