File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # INIT SUBMODULES
3+ # FIX HARD-CODED PATHS
44${SED_INLINE} ' s|git://git.savannah.gnu.org|https://github.com/arthenica|g' " ${BASEDIR} " /src/" ${LIB_NAME} " /.gitmodules || return 1
5- ./gitsub.sh pull || return 1
5+ ln -s -f $( which aclocal) ${BASEDIR} /.tmp/aclocal-1.16
6+ ln -s -f $( which automake) ${BASEDIR} /.tmp/automake-1.16
7+ PATH=" ${BASEDIR} /.tmp" :$PATH
8+
9+ if [[ ! -d " ${BASEDIR} " /src/" ${LIB_NAME} " /gnulib ]]; then
10+
11+ # INIT SUBMODULES
12+ ./gitsub.sh pull || return 1
13+ ./gitsub.sh checkout gnulib 485d983b7795548fb32b12fbe8370d40789e88c4 || return 1
14+ fi
615
716# ALWAYS CLEAN THE PREVIOUS BUILD
817make distclean 2> /dev/null 1> /dev/null
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ if [[ ! -f "${BASEDIR}"/src/"${LIB_NAME}"/configure ]] || [[ ${RECONF_libogg} -e
88 autoreconf_library " ${LIB_NAME} " 1>> " ${BASEDIR} " /build.log 2>&1 || return 1
99fi
1010
11- # FIX INCLUDE PATHS
12- ${SED_INLINE} ' s/sys\/types/stdint/g' ${BASEDIR} /src/libogg/include/ogg/os_types.h
13-
1411./configure \
1512 --prefix=" ${LIB_INSTALL_PREFIX} " \
1613 --with-pic \
You can’t perform that action at this time.
0 commit comments