Changes to build the agent in the new server.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10131 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
599e72e384
commit
936a4564d9
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DIST=`lsb_release -i | awk '{print $3}'`
|
DIST=`lsb_release -i | awk '{print $3}'`
|
||||||
HOST="i586-mingw32msvc"
|
HOST="i586-mingw32msvc"
|
||||||
if [ "$DIST" == "SUSE" ]; then
|
if [ "$DIST" == "openSUSE" ]; then
|
||||||
HOST="i686-w64-mingw32"
|
HOST="i686-w64-mingw32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "../pandora.h"
|
#include "../pandora.h"
|
||||||
#include <curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue