summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2022-04-27 04:18:47 +0200
committerBoyuan Yang <byang@debian.org>2022-04-27 04:18:47 +0200
commit79cf1d242cbccd8fc94895f75ad244b94237abfa (patch)
treee2dba341201ee5bae8319c52d82f2c714167b2d9
parentb1705bc1ade30a16a38f1a4bb0e532776c2f1d85 (diff)
Fix compilation by adding pthread dependency
Last-Update: 2015-08-04 Gbp-Pq: Name fix-pthread.patch
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0834ac2..357d237 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,7 @@ PROGRAM += $(d)osx-bundle-restart-helper
endif
repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
-repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
+repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) -pthread
repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
PROGRAM += $(d)repack-thes-dict