Enlevé GDBM, maintenant installé au stage2
authorroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 22 Jan 2010 16:30:45 +0000 (16:30 +0000)
committerroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 22 Jan 2010 16:30:45 +0000 (16:30 +0000)
stage3/cis-gdbm [deleted file]
stage3/stage3-install

diff --git a/stage3/cis-gdbm b/stage3/cis-gdbm
deleted file mode 100755 (executable)
index 3d7c8cb..0000000
+++ /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 $?
index 1bd1190..ee603cc 100755 (executable)
@@ -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"