Weitere Viele Module fertiggestellt.

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4777 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-06-02 17:55:10 +00:00
parent f77654d6ec
commit 517b09c489
33 changed files with 362 additions and 91 deletions

View File

@ -1,18 +1,31 @@
0 tools/mono
0 tools/tin
0 development/mono
0 network/tin
0 tools/mc
0 tools/PolicyKit
0 tools/ConsoleKit
0 tools/hal
0 network/tcpdump
0 network/vtun
0 network/irssi
0 development/ExtUtils-F77
0 development/XML-Simple
0 development/XML-SAX-Base
0 development/URI
0 development/Convert-ASN1
0 development/Digest-HMAC
0 development/Authen-SASL
0 development/IO-Socket-SSL
0 development/NET_SSLeay.pm
0 development/Net-DBus
0 development/Crypt-SmbHash
0 development/GnuPG
#Configuriert Interactive - not good!
#0 development/perl-ldap
0 network/yafc
0 network/quagga
0 network/aria2
0 network/ircii
0 tools/tcpdump
0 tools/vtun
0 tools/nagios-plugins
0 tools/irssi
0 tools/yafc
0 tools/quagga
0 tools/aria2
0 tools/ircii
0 tools/rpm
0 tools/clamcour
0 tools/rsync
@ -44,8 +57,6 @@
0 tools/cvs
0 tools/ruby
0 tools/ruby-utils
0 tools/NET_SSLeay.pm
0 tools/Net-DBus
0 tools/bluez-utils
0 tools/dump
0 tools/lha
@ -70,3 +81,4 @@
#0 tools/pidgin-otr
#Benötigt PostgreSQL
#0 tools/dspam
#0 tools/nagios-plugins

View File

@ -69,15 +69,14 @@
#
#
SRCPATH=Tools/Development
SRCPATH=/Development/Modules
premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +86,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install

View File

@ -69,15 +69,14 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +86,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
@ -94,8 +108,5 @@ mk() {
}
postmk() {
# cd $INSTLIB
# sed -e "s%$TMPROOT%%" perllocal.pod >/tmp/perllocal.pod
# mv /tmp/perllocal.pod perllocal.pod
echo "Nothing to do for postmk()"
}

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
@ -77,7 +77,8 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
@ -77,7 +77,8 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install

View File

@ -79,6 +79,20 @@ premk() {
CheckError "premk() failed !" 1
}
mk32() {
# Make-Optionen eintragen
export USE_ARCH=32
perl Makefile.PL prefix=/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
# Make install Optionen eintragen
make -j $NUMCPU DESTDIR=$TMPROOT install
CheckError "Make install process failed !" 1
unset USE_ARCH
make distclean
}
mk() {
# Make-Optionen eintragen
perl Makefile.PL prefix=/usr

View File

@ -77,6 +77,24 @@ premk() {
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
unset USE_ARCH
}
mk() {
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr

View File

@ -68,22 +68,32 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Development
SRCPATH=/Development/Modules
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
premk() {
PERLVERSION=`perl --version|grep " v"|sed -e "s/.*v//"|awk '{print $1}'`
mkdir -p $TMPROOT/usr/lib/site_perl/$PERLVERSION/Alien/Package
return 0
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
perl Makefile.PL PREFIX=$TMPROOT/usr
CheckError "Configurescript failed !" 1
# Make-Optionen eintragen
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
# Hier die ./configure --build=$HOSTSYS --target=$HOSTSYS-Optionen eintragen.
# Den \ nicht vergessen !
#perl Makefile.PL PREFIX=$TMPROOT
export USE_ARCH=$UARCH
perl Makefile.PL PREFIX=$TMPROOT/usr
CheckError "Configurescript failed !" 1

View File

@ -68,7 +68,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Development
SRCPATH=Development/Modules
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -78,7 +78,16 @@ premk() {
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL PREFIX=$TMPROOT/usr &&
make -j $NUMCPU &&
make -j $NUMCPU PREFIX=$TMPROOT/usr install
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL PREFIX=$TMPROOT/usr &&
make -j $NUMCPU &&

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
@ -77,7 +77,8 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
@ -94,8 +110,5 @@ mk() {
}
postmk() {
# cd $INSTLIB
# sed -e "s%$TMPROOT%%" perllocal.pod >/tmp/perllocal.pod
# mv /tmp/perllocal.pod perllocal.pod
echo "Nothing to do for postmk()"
}

View File

@ -68,7 +68,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Development
SRCPATH=Development/Modules
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -79,7 +79,20 @@ premk() {
CheckError "premk() failed !" 1
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
# Make install Optionen eintragen
make -j $NUMCPU DESTDIR=$TMPROOT install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=/usr
make -j $NUMCPU

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
@ -77,9 +77,10 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL /usr -- PREFIX=$TMPROOT/usr
yes ""|perl Makefile.PL /usr -- PREFIX=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
yes ""|perl Makefile.PL /usr -- PREFIX=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
@ -94,8 +110,5 @@ mk() {
}
postmk() {
# cd $INSTLIB
# sed -e "s%$TMPROOT%%" perllocal.pod >/tmp/perllocal.pod
# mv /tmp/perllocal.pod perllocal.pod
echo "Nothing to do for postmk()"
}

View File

@ -75,6 +75,20 @@ premk() {
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
echo -n "\n\n\n\n\n\n\n" | perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
make distclean
unset USE_ARCH
}
mk() {
# Make-Optionen eintragen
echo -n "\n\n\n\n\n\n\n" | perl Makefile.PL prefix=$TMPROOT/usr

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=/Development/Modules
@ -77,7 +77,8 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=/Development/Modules
@ -77,7 +77,25 @@ premk() {
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU

View File

@ -65,7 +65,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Development
SRCPATH=/Development/Modules
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -75,7 +75,20 @@ premk() {
echo "Nothing to do for premk()"
}
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
# Make install Optionen eintragen
make -j $NUMCPU DESTDIR=$TMPROOT install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=/usr
make -j $NUMCPU

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Development
SRCPATH=Development/Modules
@ -77,7 +77,8 @@ premk() {
echo "Nothing to do for premk()"
}
mk() {
mk32() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
@ -87,6 +88,21 @@ mk() {
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install
CheckError "Make install process failed !" 1
}
mk() {
export USE_ARCH=$UARCH
# Make-Optionen eintragen
perl Makefile.PL prefix=$TMPROOT/usr
make -j $NUMCPU
CheckError "Makeprocess failed !" 1
INSTLIB=`egrep "^INSTALLARCHLIB" Makefile | awk '{ print $3; };'`
mkdir -p $INSTLIB
touch $INSTLIB/perllocal.pod
# Make install Optionen eintragen
make -j $NUMCPU install

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
echo "Nothing to do for premk()"
@ -78,8 +78,7 @@ premk() {
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--sysconfdir=/etc \
./configure --sysconfdir=/etc \
--docdir=/usr/share/doc/atria2 \
--prefix=/usr
make -j $NUMCPU

View File

@ -70,11 +70,11 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
sed -e "s%^CC =.*$%CC = /opt/gcc-3/bin/gcc%" htsearch/Makefile.in |\
sed -e "s%^CXX =.*$%CXX = /opt/gcc-3/bin/g++%" |\
sed -e "s%^CC =.*$%CC = gcc%" htsearch/Makefile.in |\
sed -e "s%^CXX =.*$%CXX = g++%" |\
sed -e "s%^LIBTOOL = @LIBTOOL@%LIBTOOL = @LIBTOOL@ --tag bla%" >/tmp/Makefile.in
mv /tmp/Makefile.in htsearch/Makefile.in
}

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
echo "Nothing to do for premk()"
@ -81,8 +81,7 @@ mk() {
./configure --host=$BUILDSYS \
--with-emacs-meta-keys \
--prefix=/usr
mv Makefile Makefile.nearly
sed -e "s/^LIBS = /LIBS = -liconv /g" Makefile.nearly > Makefile
sed -i -e "s/^LIBS = /LIBS = -liconv /g" Makefile
make -j $NUMCPU
make -k -j $NUMCPU DESTDIR=$TMPROOT install
}

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
echo "Nothing to do for premk()"
@ -78,6 +78,8 @@ premk() {
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=$UARCH \
LDEMULATION=elf_i386 \
./configure --target=$TARGET32 \
--with-socks \
--with-textui \
@ -87,7 +89,7 @@ mk32() {
--with-gc \
--sysconfdir=/etc \
--prefix=/usr
make -j $NUMCPU
make -j $NUMCPU LDEMULATION=elf_i386
make -j $NUMCPU DESTDIR=$TMPROOT install
make distclean
}
@ -98,6 +100,7 @@ mk() {
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=$UARCH \
./configure --target=$TARGET \
--with-socks \
--with-textui \

View File

@ -60,7 +60,8 @@
#Module zur Erstellung des Packetes:
#Quelle der Source Archive: http://www.mutt.org
#Kurzbeschreibung: Kommandozeilen Mailclient f. Maildir, Mailfile, POP3, IMAP
#Kurzbeschreibung:
#Kommandozeilen Mailclient f. Maildir, Mailfile, POP3, IMAP
#
#
#Letzte Änderung von: $Author$
@ -69,7 +70,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
echo "Nothing to do for premk()"

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Servers
premk() {
echo "Nothing to do for premk()"

View File

@ -70,16 +70,27 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Clients
premk() {
echo "Nothing to do for premk()"
}
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
./configure --target=$TARGET32
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
make distclean
}
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET
./configure --target=$TARGET \
--libdir=/$LIBDIR
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install

View File

@ -69,16 +69,17 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Network/Servers
premk() {
echo "Nothing to do for premk()"
}
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
./configure --target=$TARGET32 \
--libdir=/usr/lib \
--enable-vtysh \
--enable-snmp \
--enable-tcp-zebra \
@ -87,6 +88,28 @@ mk() {
--enable-ospf-te \
--enable-tcp-signature \
--enable-irdp \
--disable-ipv6 \
--sysconfdir=/etc/quagga \
--prefix=/usr
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
make distclean
}
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--libdir=/usr/$LIBDIR \
--enable-vtysh \
--enable-snmp \
--enable-tcp-zebra \
--enable-nssa \
--enable-opaque-lsa \
--enable-ospf-te \
--enable-tcp-signature \
--enable-irdp \
--disable-ipv6 \
--sysconfdir=/etc/quagga \
--prefix=/usr
make -j $NUMCPU

View File

@ -69,7 +69,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Net
SRCPATH=Network/Servers
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>

View File

@ -73,7 +73,7 @@
#
#Pfad zu Basis Source Tree eintragen!
SRCPATH=Tools/Net
SRCPATH=Network/Servers
#Funktion wird nach dem Entpacken der Sourcen, im Tree der Sourcen
#ausgeführt (sprich unpack src; cd src; premk)

View File

@ -69,7 +69,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Net
SRCPATH=Network/Monitor
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -83,7 +83,8 @@ mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--prefix=/usr &&
--prefix=/usr \
--disable-ipv6 &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
CheckError "Make install process failed !" 1

View File

@ -71,7 +71,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=Tools/Net
SRCPATH=Network/Servers
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -89,13 +89,9 @@ mk() {
--disable-lzo \
--sysconfdir=/etc/sysconfig/vtun \
--localstatedir=/var \
--mandir=/usr/share/man
make -j $NUMCPU
make -j $NUMCPU prefix=$TMPROOT/usr \
ETC_DIR=$TMPROOT/etc/sysconfig/vtun \
VAR_DIR=$TMPROOT/var \
MAN_DIR=$TMPROOT/usr/share/man install
CheckError "Make install process failed !" 1
--mandir=/usr/share/man &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
}
postmk() {

View File

@ -68,7 +68,7 @@
#
#Pfad zu Basis Source Tree eintragen!
SRCPATH=Tools/Net
SRCPATH=Network/Clients
#Funktion wird nach dem Entpacken der Sourcen, im Tree der Sourcen
#ausgeführt (sprich unpack src; cd src; premk)
@ -84,8 +84,8 @@ mk() {
CXX="g++ $BUILDOPTIONS" \
./configure --host=$TARGET \
--prefix=/usr \
--without-krb5 \
--without-gssapi &&
--without-gssapi \
--without-krb5 &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
}

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/lib
SRCPATH=Security/Lib
premk() {
mkdir -p $TMPROOT/opt/mozilla/nss

View File

@ -69,7 +69,7 @@
#
#
SRCPATH=Tools/Net
SRCPATH=Tools/Utilities
premk() {
if ! getent group nagios ; then

View File

@ -84,6 +84,7 @@ premk() {
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=$UARCH \
./configure --target=$TARGET32 \
--prefix=/usr \
--with-gnu-ld \
@ -100,6 +101,7 @@ mk() {
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=$UARCH \
./configure --target=$TARGET \
--prefix=/usr \
$ADDOPTIONS \