403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/alberta/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/alberta/files/patch-configure.ac
- workaround for non-existent TMPDIR causing gmake failure: config.status: error: Something went wrong bootstrapping makefile fragments

--- configure.ac.orig	2018-11-12 11:36:13 UTC
+++ configure.ac
@@ -95,8 +95,8 @@ fi])
 
 AC_CONFIG_COMMANDS([dof_free_bit.h],
 [AS_TMPDIR([alberta])
-TMPDIR=${tmp}
-TARGET_NEW=${TMPDIR}/dof_free_bit.h
+TMPDIRx=${tmp}
+TARGET_NEW=${TMPDIRx}/dof_free_bit.h
 TARGET=alberta/src/Common/dof_free_bit.h
 ${SHELL} ${srcdir}/mkdoffreemasks.sh ${BITS} 1 > ${TARGET_NEW}
 if test -f ${TARGET} && cmp ${TARGET} ${TARGET_NEW} > /dev/null 2>&1 ; then
@@ -105,7 +105,7 @@ else
     AC_MSG_NOTICE([Creating ${TARGET}])
     mv -f ${TARGET_NEW} ${TARGET}
 fi
-rm -rf ${TMPDIR}],
+rm -rf ${TMPDIRx}],
 [BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
 
 # Collect the demo programs

Youez - 2016 - github.com/yon3zu
LinuXploit