Bug 268984 - math/blas: not WITH_PIE safe
Summary: math/blas: not WITH_PIE safe
Status: Closed DUPLICATE of bug 268985
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-fortran (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-16 11:43 UTC by Alexander Leidinger
Modified: 2023-01-16 20:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (fortran)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Leidinger freebsd_committer freebsd_triage 2023-01-16 11:43:40 UTC
Hi,

building the port with WITH_PIE makes it fail ("please recompile with -fPIE" -> CFLAGS not used). Until this is fixed, the port should get PIE_UNSAFE=yes in the Makefile (this fixes the build for me).

Bye,
Alexander.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2023-01-16 20:36:22 UTC
Math/blas is a slave port of mayh/lapack: same fix solves both port.

*** This bug has been marked as a duplicate of bug 268985 ***