mirror of https://github.com/BOINC/boinc.git
parent
70f513dd76
commit
41d0505662
|
@ -125,6 +125,7 @@ if [ "${doclean}" = "yes" ]; then
|
|||
rm -f /tmp/ndk_${NDK_VERSION}.zip
|
||||
rm -f /tmp/openssl_${OPENSSL_VERSION}.tgz
|
||||
rm -f /tmp/curl_${CURL_VERSION}.tgz
|
||||
./clear_environment.sh
|
||||
fi
|
||||
|
||||
if [ "${silent}" = "yes" ]; then
|
||||
|
|
|
@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
|
||||
#override flags in Makefile
|
||||
# override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
|
||||
mv Makefile.out Makefile
|
||||
fi
|
||||
|
|
|
@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
|
||||
#override flags in Makefile
|
||||
# override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
|
||||
mv Makefile.out Makefile
|
||||
fi
|
||||
|
|
|
@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
|
||||
#override flags in Makefile
|
||||
# override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
|
||||
mv Makefile.out Makefile
|
||||
fi
|
||||
|
|
|
@ -44,7 +44,7 @@ if [ "$COMPILEOPENSSL" = "yes" ]; then
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure linux-x86_64 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES" 1>$STDOUT_TARGET
|
||||
#override flags in Makefile
|
||||
# override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g" Makefile > Makefile.out
|
||||
mv Makefile.out Makefile
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue