zpaqfranz: fix build on sparc64 by passing -lpthread to build command
and mark it BROKEN-sparc64 since it SIGBUSes due to unaligned access when running the test suite. discussed with op
This commit is contained in:
parent
692517f1a4
commit
2d9c49a8e0
@ -1,3 +1,5 @@
|
||||
BROKEN-sparc64 = SIGBUS due to unaligned access when running tests
|
||||
|
||||
COMMENT = journaling archiver for incremental backup, fork of ZPAQ
|
||||
|
||||
GH_ACCOUNT = fcorbelli
|
||||
@ -18,7 +20,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SET_ENV} ${MAKE_ENV} \
|
||||
${CXX} ${CXXFLAGS} -Dunix -o zpaqfranz zpaqfranz.cpp -lm
|
||||
${CXX} ${CXXFLAGS} -Dunix -o zpaqfranz zpaqfranz.cpp -lm -lpthread
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/zpaqfranz ${PREFIX}/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user