From 2f854879670b5c4303316d1dcd5e85d7c0a643a2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jan 2010 16:30:45 +0000 Subject: [PATCH] =?utf8?q?Enlev=C3=A9=20GDBM,=20maintenant=20install=C3=A9?= =?utf8?q?=20au=20stage2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage3/cis-gdbm | 35 ----------------------------------- stage3/stage3-install | 1 - 2 files changed, 36 deletions(-) delete mode 100755 stage3/cis-gdbm diff --git a/stage3/cis-gdbm b/stage3/cis-gdbm deleted file mode 100755 index 3d7c8cb..0000000 --- a/stage3/cis-gdbm +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name. -# Remaining arguments are additional configure options. - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -PACKAGE=${1} -shift -CONFIGURE_OPTS=${*} - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${PACKAGE} && - -cd ${LFS_TMP}/${PACKAGE}-build && -../${PACKAGE}/configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - ${CONFIGURE_OPTS} && -make && -# Overrides the BINOWN and BINGRP variables in the Makefile changing ownership of -# the installed files to root instead of the bin user: -make BINOWN=root BINGRP=root install && - -ldconfig - -# Return last error -exit $? diff --git a/stage3/stage3-install b/stage3/stage3-install index 1bd1190..ee603cc 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -239,7 +239,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Audio servers ipkg_ac ${ESOUND} - ipkg ${GDBM} cis-gdbm ipkg_ac ${SPEEX} ipkg ${PULSEAUDIO} cis-pulseaudio ipkg_ac ${JACK} "--disable-portaudio" -- 2.20.1