Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 31, 2024
1 parent d0b9586 commit 4fb5c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -8273,7 +8273,7 @@ __setup_netbsd() {
SYSPM=pkgin

run $sudo pkgin -y update
run $sudo pkgin -y install bash coreutils findutils gawk gsed grep git curl bsdtar tree jq patch patchelf pkg-config go122 gcc13 binutils cmake gmake ninja-build flex bison m4
run $sudo pkgin -y install bash coreutils findutils getopt gawk gsed grep git curl bsdtar tree jq patch patchelf pkg-config go122 gcc13 binutils cmake gmake ninja-build flex bison m4

# https://github.com/ebiggers/libdeflate/issues/387
# https://github.com/NetBSD/pkgsrc/blob/trunk/lang/gcc13/Makefile.common#L90
Expand All @@ -8295,6 +8295,7 @@ __setup_netbsd() {
run ln -sf /usr/pkg/bin/gfind bin/find
run ln -sf /usr/pkg/bin/gmake bin/make
run ln -sf /usr/pkg/bin/gstat bin/stat
run ln -sf /usr/pkg/bin/getopt bin/getopt
run ln -sf /usr/pkg/bin/gnproc bin/nproc
run ln -sf /usr/pkg/bin/gbase64 bin/base64
run ln -sf /usr/pkg/bin/gprintf bin/printf
Expand Down

0 comments on commit 4fb5c79

Please sign in to comment.