diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-07 21:31:25 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-07 21:31:25 +0100 |
commit | f34cf970157155e1e3e6424a171621ab64568864 (patch) | |
tree | 0f4e9acef70119c36a1c08452e875ec36c268b55 /Makefile | |
parent | 485196be1dd4980af450559468b51122287c65f8 (diff) | |
download | paccache-f34cf970157155e1e3e6424a171621ab64568864.tar.gz paccache-f34cf970157155e1e3e6424a171621ab64568864.tar.zst |
make pacredir multi-threaded, do all curl requests at once
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ CP := cp RM := rm SED := sed CFLAGS += -O2 -Wall -Werror +CFLAGS += -lpthread CFLAGS += $(shell pkg-config --libs --cflags libcurl) CFLAGS += $(shell pkg-config --libs --cflags avahi-client) CFLAGS += $(shell pkg-config --libs --cflags libmicrohttpd) |