|
|
@ -112,7 +112,7 @@ script: |
|
|
|
|
|
|
|
|
|
|
|
|
# Create the source tarball
|
|
|
|
# Create the source tarball
|
|
|
|
mkdir -p "$(dirname "$GIT_ARCHIVE")"
|
|
|
|
mkdir -p "$(dirname "$GIT_ARCHIVE")"
|
|
|
|
git archive --output="$GIT_ARCHIVE" HEAD
|
|
|
|
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
|
|
|
|
|
|
|
|
|
|
|
|
ORIGPATH="$PATH"
|
|
|
|
ORIGPATH="$PATH"
|
|
|
|
# Extract the git archive into a dir for each host and build
|
|
|
|
# Extract the git archive into a dir for each host and build
|
|
|
@ -129,7 +129,7 @@ script: |
|
|
|
|
cd distsrc-${i}
|
|
|
|
cd distsrc-${i}
|
|
|
|
INSTALLPATH="${PWD}/installed/${DISTNAME}"
|
|
|
|
INSTALLPATH="${PWD}/installed/${DISTNAME}"
|
|
|
|
mkdir -p ${INSTALLPATH}
|
|
|
|
mkdir -p ${INSTALLPATH}
|
|
|
|
tar -xf $GIT_ARCHIVE
|
|
|
|
tar --strip-components=1 -xf "${GIT_ARCHIVE}"
|
|
|
|
|
|
|
|
|
|
|
|
./autogen.sh
|
|
|
|
./autogen.sh
|
|
|
|
CONFIG_SITE=${BASEPREFIX}/${i}/share/config.site ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking ${CONFIGFLAGS} CFLAGS="${HOST_CFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" LDFLAGS="${HOST_LDFLAGS}"
|
|
|
|
CONFIG_SITE=${BASEPREFIX}/${i}/share/config.site ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking ${CONFIGFLAGS} CFLAGS="${HOST_CFLAGS}" CXXFLAGS="${HOST_CXXFLAGS}" LDFLAGS="${HOST_LDFLAGS}"
|
|
|
|