Skip to content

Commit

Permalink
aarch64: build pigz
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jul 7, 2023
1 parent aebc6ef commit 6381b06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pigz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

Expand All @@ -38,7 +38,7 @@ pre_configure() {
MAKE_ARGS_WS="
-e
CFLAGS=\"${CFLAGS[$arch]} $CFLAGS\"
LDFLAGS=\"${LDFLAGS[$arch]} $LDFLAGS\"
LDFLAGS=\"${LDFLAGS[$arch]} -L${SYSROOT[$arch]}/usr/${LIBDIRS[$arch]} $LDFLAGS\"
LIBS=\"-lm -lz\"
"

Expand Down
1 change: 1 addition & 0 deletions doc/baseline.aarch64
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extra.omnios ooce/audio/flac
extra.omnios ooce/compress/pbzip2
extra.omnios ooce/compress/pigz
extra.omnios ooce/database/bdb
extra.omnios ooce/database/lmdb
extra.omnios ooce/database/postgresql-14
Expand Down
1 change: 1 addition & 0 deletions doc/pkglist.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ooce/database/postgresql-14 -f libsandheaders
ooce/terminal/minicom
ooce/text/hunspell
ooce/compress/pbzip2
ooce/compress/pigz
###############################################################################
.SYSROOT
ooce/audio/flac
Expand Down

0 comments on commit 6381b06

Please sign in to comment.