Commit 9aa2f6f
committed
fix: move OpenSSL compiler flags from config_opts to CFLAGS/CPPFLAGS
OpenSSL Configure rejects mixing positional flags (-fPIC, -D_GNU_SOURCE)
with VAR=value args (CFLAGS="..."). Move -fPIC and -D_GNU_SOURCE from
config_opts_linux/freebsd to per-package cflags/cppflags variables so
they're consolidated into the CFLAGS/CPPFLAGS VAR=value arguments.1 parent cfa54b5 commit 9aa2f6f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments