Browse Source

Add libcurl dependency for recording

pull/263/head^2
Eric Green 10 years ago
parent
commit
ba93a08d24
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/Makefile

+ 1
- 0
daemon/Makefile View File

@ -54,6 +54,7 @@ LDFLAGS+= -lpcap
LDFLAGS+= `pcre-config --libs`
LDFLAGS+= `xmlrpc-c-config client --libs`
LDFLAGS+= -lhiredis
LDFLAGS+= `pkg-config --libs libcurl`
ifneq ($(DBG),yes)
DPKG_BLDFLGS= $(shell which dpkg-buildflags 2>/dev/null)


Loading…
Cancel
Save