By default link statically (like we did in the port) - it provides 8-10%
faster comperssion, which in the bzip2's case could be a big win.
This commit is contained in:
parent
3027f85208
commit
ed5ef28d5a
@ -12,6 +12,8 @@ CFLAGS= -D_FILE_OFFSET_BITS=64
|
||||
DPADD= ${LIBBZ2}
|
||||
LDADD= -lbz2
|
||||
|
||||
NOSHARED?= YES
|
||||
|
||||
LINKS= ${BINDIR}/bzip2 ${BINDIR}/bunzip2
|
||||
LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat
|
||||
MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1
|
||||
|
Loading…
Reference in New Issue
Block a user