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:
pandora-release 2014-06-06 13:01:50 +00:00
parent 599e72e384
commit 936a4564d9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
DIST=`lsb_release -i | awk '{print $3}'`
HOST="i586-mingw32msvc"
if [ "$DIST" == "SUSE" ]; then
if [ "$DIST" == "openSUSE" ]; then
HOST="i686-w64-mingw32"
fi

View File

@ -23,7 +23,7 @@
#include <string>
#include "../pandora.h"
#include <curl.h>
#include <curl/curl.h>
using namespace std;