diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-09-29 00:06:30 +0200 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-11 06:45:30 +0200 |
commit | 1a2770afa84537b6f06d286f600172da8c31ea1f (patch) | |
tree | c314a0218c4ee4458d1733eee8d36956f0859df5 /lib/libalpm/Makefile.am | |
parent | db7f5b98fb97c2cd63ef0c092777e46bfc2bd211 (diff) | |
download | pacman-1a2770afa84537b6f06d286f600172da8c31ea1f.tar.gz pacman-1a2770afa84537b6f06d286f600172da8c31ea1f.tar.xz |
wip: updated build tools for multithread
Diffstat (limited to 'lib/libalpm/Makefile.am')
-rw-r--r-- | lib/libalpm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index f4f20e61..5c57246e 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -62,7 +62,7 @@ libalpm_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION_INFO) libalpm_la_CFLAGS = \ $(AM_CFLAGS) \ - $(GPGME_CFLAGS) \ + $(GPGME_PTHREAD_CFLAGS) \ $(LIBARCHIVE_CFLAGS) \ $(LIBCURL_CFLAGS) \ $(LIBSSL_CFLAGS) \ @@ -70,7 +70,7 @@ libalpm_la_CFLAGS = \ libalpm_la_LIBADD = \ $(LTLIBINTL) \ - $(GPGME_LIBS) \ + $(GPGME_PTHREAD_LIBS) \ $(LIBARCHIVE_LIBS) \ $(LIBCURL_LIBS) \ $(LIBSSL_LIBS) \ |