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:
sobomax 2001-06-23 12:29:14 +00:00
parent 3027f85208
commit ed5ef28d5a

View File

@ -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