Correction for Ubuntu Conversion
Change nightlybuild.sh to allow the setting of the pthread option for ./configure. Remove the incorrectly added xml header line from the ubuntu-pthread.i386.config file.
This commit is contained in:
parent
787e501420
commit
1047c5703f
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
SCRIPTDIR=/home/empire
|
SCRIPTDIR=/home/empire
|
||||||
BOXDIR=boxes
|
BOXDIR=boxes
|
||||||
LOGDIR=logs
|
LOGDIR=logs
|
||||||
|
|
|
@ -175,7 +175,7 @@ fi
|
||||||
|
|
||||||
git-pull
|
git-pull
|
||||||
sh ./bootstrap
|
sh ./bootstrap
|
||||||
./configure --prefix ${BOXDIR}/${WORKDIR}/emp4
|
./configure --prefix ${BOXDIR}/${WORKDIR}/emp4 ${CONFIGURE_OPTIONS}
|
||||||
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue