mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/mecrisp-stellaris: is PIE_UNSAFE
Not that it obeys LDFLAGS anyway, but it may be useful to document that this port always installs a handcrafted, bespoke, position-dependent ELF binary.
This commit is contained in:
parent
b33518558f
commit
563e0351f1
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mecrisp-stellaris
|
||||
PORTVERSION= 2.6.3
|
||||
DISTVERSION= 2.6.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/mecrisp
|
||||
|
||||
|
@ -19,6 +19,9 @@ ONLY_FOR_ARCHS_REASON= written in ARM assembly
|
|||
|
||||
BUILD_DEPENDS= arm-none-eabi-binutils>2.25:devel/binutils@arm_none_eabi
|
||||
|
||||
# Port installs a hand-crafted position-dependent ELF binary.
|
||||
PIE_UNSAFE= yes
|
||||
|
||||
# stripping eats our hand-crafted ELF binaries, so don't do that
|
||||
# the binaries are free of symbols or stuff like that anyway
|
||||
STRIP=
|
||||
|
|
Loading…
Add table
Reference in a new issue