Browse Source

make unreal use custom curl build

Nathaniel van Diepen 9 years ago
parent
commit
1816e044f6
2 changed files with 1 additions and 2 deletions
  1. 1 1
      data/opt/unrealircd/config.settings
  2. 0 1
      install.sh

+ 1 - 1
data/opt/unrealircd/config.settings

@@ -14,7 +14,7 @@ SSLDIR=""
 ZIPLINKS="1"
 ZIPLINKSDIR=""
 REMOTEINC="1"
-CURLDIR="/usr"
+CURLDIR="/opt/curl"
 SHOWLISTMODES="1"
 TOPICNICKISNUH=""
 SHUNNOTICES=""

+ 0 - 1
install.sh

@@ -108,7 +108,6 @@ log "openssl";
 install openssl;
 log "build tools";
 install build-essential;
-install libcurl4-openssl-dev
 
 section "Custom Packages";
 log "Omnimaga-Server-Utils";