ensure push.so is linked with libcurl properly

It looks as if the push module was not actually linking against the libcurl
shared library without these additional flags being passed.
This commit is contained in:
Chris Weyl 2014-01-27 17:58:46 -08:00
parent 9fe9eaf052
commit 4cf7a22f24
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ endif
push.so: push.cpp
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"$(version)\"|" push.cpp
CXXFLAGS="$(CXXFLAGS) $(flags)" znc-buildmod push.cpp
CXXFLAGS="$(CXXFLAGS) $(flags)" LIBS="$(LIBS) $(flags)" znc-buildmod push.cpp
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"dev\"|" push.cpp
install: push.so