|
Lines 60-65
Link Here
|
| 60 |
} |
60 |
} |
| 61 |
|
61 |
|
| 62 |
src_compile() { |
62 |
src_compile() { |
|
|
63 |
# lilo needs this. bug 140209 |
| 64 |
export LC_ALL=C |
| 65 |
|
| 63 |
# hardened automatic PIC plus PIE building should be suppressed |
66 |
# hardened automatic PIC plus PIE building should be suppressed |
| 64 |
# because of assembler instructions that cannot be compiled PIC |
67 |
# because of assembler instructions that cannot be compiled PIC |
| 65 |
HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`" |
68 |
HARDENED_CFLAGS="`test-flags-CC -fno-pic -nopie`" |