Skip to content

Commit

Permalink
setup .wgetrc config file for centos 6 32bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Sep 1, 2016
1 parent ad51505 commit aa819be
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addons/wget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-latest-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-minimal-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-ngxpagespeed-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer-ngxpagespeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer55-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer55.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer56-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer56.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer7-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down
5 changes: 5 additions & 0 deletions installer7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ source_wgetinstall() {
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mtune=generic"
export PCRE_CFLAGS="-I /usr/local/include"
export PCRE_LIBS="-L /usr/local/lib -lpcre"
if [ -f /root/.wgetrc ]; then
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" >> /root/.wgetrc
else
echo "ca_certificate=/etc/pki/tls/certs/ca-bundle.crt" > /root/.wgetrc
fi
fi
# ./configure --with-ssl=openssl PCRE_CFLAGS="-I /usr/local/include" PCRE_LIBS="-L /usr/local/lib -lpcre"
./configure --with-ssl=openssl
Expand Down

0 comments on commit aa819be

Please sign in to comment.