mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/abiword: Fixed patch for boost on slackware 13.1.
This commit is contained in:
parent
f14f47974f
commit
a31e0890fb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
if test "$enable_collab_backend_tcp" == "yes" || \
|
||||
test "$enable_collab_backend_service" == "yes"; then
|
||||
- COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread"
|
||||
+ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread -lboost_system-mt -lboost_thread-mt"
|
||||
+ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread -lboost_system -lboost_thread"
|
||||
fi
|
||||
|
||||
test "$enable_collab" == "auto" && PLUGINS="$PLUGINS collab"
|
||||
|
|
Loading…
Reference in a new issue