Skip to content

Commit

Permalink
shells/ksh*: Remove BROKEN for missing sbrk()
Browse files Browse the repository at this point in the history
As of Jan 26, 2021, ksh (ksh93/ksh) no longer needs sbrk(). Remove
BROKEN for architectures that don't have sbrk(2). See upstream issue
ksh93/ksh#154.
  • Loading branch information
cschuber committed Mar 26, 2023
1 parent f4ce74f commit 79bdbf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions shells/ksh-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ WWW= http://www.kornshell.com/

LICENSE= EPL

BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
BROKEN_FreeBSD_12= exit code 139 making lib/libcmd

HASH= 72d895d8
Expand Down
3 changes: 0 additions & 3 deletions shells/ksh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ WWW= http://www.kornshell.com/

LICENSE= EPL

BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk

USES= compiler:c11

USE_GITHUB= yes
Expand Down

0 comments on commit 79bdbf3

Please sign in to comment.