Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv5744 Modified Files: GeoIP ImageMagick LPRng LVM LVM2 Libnet Linux-PAM Mail-SpamAssassin MySQL-python Pound Python acl aiccu aide alsa-driver alsa-firmware alsa-lib alsa-utils alsaplayer aoe6 apcupsd arping arpwatch attr autoconf automake avahi bacula bash beep bind binutils bison bluez-firmware bluez-hcidump bluez-libs bluez-utils bonnie++ bridge-utils bzip2 camsource cd_cleanup cdrtools cgilib cipe clamav compartment conntrack-tools coreutils cpio cpqarrayd cracklib cron ctags curl cvs cyrus-imapd cyrus-sasl daemontools dansguardian dante daq dar db-4 dbus dcc ddup debianutils dev86 dhcp dhcpcd dialog diffutils distcc djbdns dkim-milter dnsmasq docbook2X dosfstools dovecot dovecot_deleted_to_trash dspam dst e100 e1000 e2fsprogs ebtables ether-wake ethtool expat ez-ipupdate fetchmail file findutils flex flow-tools fprobe fprobe-ulog freeradius freeramdisk freetype frox functions fwlogwatch gawk gd gdbm gdchart giflib gifsicle git glib glibc gmp gnugk gnupg gnutls gocr gpm grep groff grsecurity grub gzip h323plus hdparm heartbeat hostap-driver hostap-utils hostapd httpd id3 id3lib ifenslave igb imap inetutils inotify-tools insserv intltool ipac-ng ipcalc iperf ippool iproute2 ipsec-tools iptables iptraf iptstate iputils ipvsadm irqbalance isapnptools iscsitarget jailkit jfsutils jftpgw joe jpeg kbd keepalived kid knock krb5 lcd4linux less lftp lha libHX libart libdaemon libdbi libdbi-drivers libdnet libdvdcss libdvdread libevent libgcrypt libgpg-error libiconv liblockfile libmad libmcrypt libnetfilter_conntrack libnfnetlink libnfsidmap libnl libol libosip2 libpcap libpng libsafe libtirpc libtool libusb libxml2 libxslt lm_sensors logrotate lsof lynx lzo make makedepend man mc mcrypt mdadm memcached mgetty mhash minicom mod_auth_kerb mod_authn_otp mod_perl mod_proxy_html module-init-tools motion mpc mpfr mrtg mt-st mtools mtr mtx mysql nagios nagios-plugins nail nano nasm nbd ncftp ncurses ndiswrapper neon net-snmp netacct-mysql netpbm nettle nfs-utils nmap noip_updater nrpe nsca nss_ldap ntop ntp nut oidentd open-iscsi openl2tp openldap openssh openssl openvpn opt otpd p11-kit pam-pgsql pam_ldap pam_mount pam_mysql pam_otp_auth pam_radius parted pax-utils paxctl pciutils pcre pcwd perl php pkgconfig pohmelfs popt poptop portmap portslave postfix postgresql ppp pptp-linux procinfo procmail procps psmisc ptlib pymilter python-ldap qadsl quagga quota-tools radiusplugin radvd razor-agents rcs readline reiserfsprogs rng-tools rp-pppoe rpcbind rpm rrdtool rsync sagator samba sarg scponly screen sdparm sed ser setserial sg3_utils shadow sipcalc siproxd smartmontools snort sqlite squashfs squid squidguard ssmtp strace strongswan stunnel sudo swig syslinux syslog-ng sysstat sysvinit tar tcp_wrappers tcpdump telnet-bsd tftp-hpa thttpd tiff tnef traceroute ucarp ucspi-tcp udev unarj unrar unzip usbutils util-linux vblade vim vlan vncrepeater vobcopy vsftpd vtun watchdog webalizer wget which whois wireless_tools wol wvdial wvstreams xfsprogs xinetd xmbmon xtables-addons xz yp-tools ypbind-mt ypserv zip zisofs-tools zlib Log Message: only do the stripping of symbols once during the build process Index: iputils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iputils,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- iputils 6 Jan 2010 15:20:24 -0000 1.15 +++ iputils 5 Dec 2011 09:11:38 -0000 1.16 @@ -22,7 +22,7 @@ fi make $PMAKE || exit 1 - strip_debug + ;; install ) Index: gd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- gd 6 Jan 2010 15:20:24 -0000 1.6 +++ gd 5 Dec 2011 09:11:38 -0000 1.7 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --without-libiconv-prefix || exit 1 make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: gdbm =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gdbm,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- gdbm 6 Jan 2010 15:20:24 -0000 1.11 +++ gdbm 5 Dec 2011 09:11:38 -0000 1.12 @@ -24,7 +24,7 @@ # prefix is needed, because it's not correct update in the Makefile make $PMAKE prefix=/usr all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources # create user bin Index: libdvdcss =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libdvdcss,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libdvdcss 6 Jan 2010 15:20:24 -0000 1.2 +++ libdvdcss 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: libnfsidmap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libnfsidmap,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libnfsidmap 6 Jan 2010 15:20:24 -0000 1.2 +++ libnfsidmap 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: h323plus =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/h323plus,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- h323plus 23 Oct 2011 17:27:43 -0000 1.1 +++ h323plus 5 Dec 2011 09:11:38 -0000 1.2 @@ -27,7 +27,7 @@ ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 CFLAGS="$CFLAGS -I/usr/src/linux/include" make || exit 1 - strip_debug + make install || exit 1 fi ;; Index: pam_mount =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pam_mount,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pam_mount 6 Jan 2010 15:20:24 -0000 1.2 +++ pam_mount 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --sysconfdir=/etc || exit 1 make $PMAKE || exit 1 - strip_debug + ;; install ) Index: inetutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/inetutils,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- inetutils 6 Jan 2010 15:20:24 -0000 1.9 +++ inetutils 5 Dec 2011 09:11:38 -0000 1.10 @@ -28,7 +28,7 @@ --disable-ifconfig --disable-ping || exit 1 make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: lftp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lftp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- lftp 6 Jan 2010 15:20:24 -0000 1.10 +++ lftp 5 Dec 2011 09:11:38 -0000 1.11 @@ -20,7 +20,7 @@ if [ "$CONFIG_LFTP" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: unzip =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/unzip,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- unzip 2 Nov 2011 14:03:41 -0000 1.12 +++ unzip 5 Dec 2011 09:11:38 -0000 1.13 @@ -17,7 +17,7 @@ build ) if [ "$CONFIG_UNZIP" = "y" ]; then make -f unix/Makefile generic1 || exit 1 - strip_debug + fi ;; Index: mpc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mpc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mpc 22 Oct 2011 21:38:05 -0000 1.1 +++ mpc 5 Dec 2011 09:11:38 -0000 1.2 @@ -18,7 +18,7 @@ prepare ) ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: gnutls =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gnutls,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gnutls 6 Jan 2010 15:20:24 -0000 1.3 +++ gnutls 5 Dec 2011 09:11:38 -0000 1.4 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: ncftp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ncftp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ncftp 6 Jan 2010 15:20:24 -0000 1.11 +++ ncftp 5 Dec 2011 09:11:38 -0000 1.12 @@ -25,7 +25,7 @@ ./configure --prefix=/usr || exit 1 #make CC="gcc -D_FORTIFY_SOURCE=0" $PMAKE || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: dhcpcd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dhcpcd,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- dhcpcd 16 Apr 2010 13:15:28 -0000 1.19 +++ dhcpcd 5 Dec 2011 09:11:37 -0000 1.20 @@ -22,7 +22,7 @@ make -j1 all || exit 1 make -j1 install || exit 1 - strip_debug + ;; install ) Index: p11-kit =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/p11-kit,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- p11-kit 21 Nov 2011 21:17:22 -0000 1.1 +++ p11-kit 5 Dec 2011 09:11:38 -0000 1.2 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --sysconfdir=/etc || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: sysvinit =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sysvinit,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- sysvinit 6 Jan 2010 15:27:21 -0000 1.15 +++ sysvinit 5 Dec 2011 09:11:38 -0000 1.16 @@ -20,7 +20,7 @@ build ) cd src make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: freeramdisk =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/freeramdisk,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- freeramdisk 6 Jan 2010 14:53:27 -0000 1.11 +++ freeramdisk 5 Dec 2011 09:11:37 -0000 1.12 @@ -17,7 +17,7 @@ case $1 in build ) make $PMAKE freeramdisk || exit 1 - strip_debug + ;; install ) Index: parted =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/parted,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- parted 28 Feb 2010 21:32:07 -0000 1.4 +++ parted 5 Dec 2011 09:11:38 -0000 1.5 @@ -24,7 +24,7 @@ ./configure --prefix=/usr --disable-nls --without-readline --enable-device-mapper || exit 1 make CC="gcc -fno-stack-protector" $PMAKE || exit 1 - strip_debug + ;; install ) Index: qadsl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/qadsl,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- qadsl 6 Jan 2010 15:20:24 -0000 1.13 +++ qadsl 5 Dec 2011 09:11:38 -0000 1.14 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_QADSL" = y ]; then make $PMAKE || exit 1 - strip_debug + fi ;; Index: libdvdread =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libdvdread,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libdvdread 6 Jan 2010 15:20:24 -0000 1.2 +++ libdvdread 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: dosfstools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dosfstools,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- dosfstools 6 Jan 2010 14:53:27 -0000 1.14 +++ dosfstools 5 Dec 2011 09:11:37 -0000 1.15 @@ -22,7 +22,7 @@ build ) if [ "$CONFIG_DOSFSTOOLS" = "y" ]; then make $PMAKE || exit 1 - strip_debug + fi ;; Index: fetchmail =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fetchmail,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- fetchmail 6 Jan 2010 15:20:24 -0000 1.12 +++ fetchmail 5 Dec 2011 09:11:37 -0000 1.13 @@ -21,7 +21,7 @@ if [ "$CONFIG_FETCHMAIL" = "y" ]; then ./configure --prefix=/usr --sysconfdir=/etc --with-ssl --enable-inet6 --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: bluez-libs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bluez-libs,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- bluez-libs 21 Nov 2011 21:17:22 -0000 1.5 +++ bluez-libs 5 Dec 2011 09:11:37 -0000 1.6 @@ -27,7 +27,7 @@ cp include/*.h /usr/include/bluetooth || exit 1 make install || exit 1 - strip_debug + fi ;; Index: rng-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rng-tools,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- rng-tools 6 Jan 2010 15:20:24 -0000 1.4 +++ rng-tools 5 Dec 2011 09:11:38 -0000 1.5 @@ -19,7 +19,7 @@ if [ "$CONFIG_RNGTOOLS" = "y" ]; then ./configure CFLAGS="$CFLAGS -Wall -pipe -02" --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: libxslt =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libxslt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- libxslt 21 Nov 2011 21:17:22 -0000 1.5 +++ libxslt 5 Dec 2011 09:11:38 -0000 1.6 @@ -18,7 +18,7 @@ build ) CC="gcc -nopie" ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: alsaplayer =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsaplayer,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- alsaplayer 6 Jan 2010 14:53:27 -0000 1.7 +++ alsaplayer 5 Dec 2011 09:11:37 -0000 1.8 @@ -23,7 +23,7 @@ if [ "$CONFIG_ALSA_PLAYER" = "y" ]; then ./configure --prefix=/usr --disable-gtktest || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: nbd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/nbd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- nbd 6 Jan 2010 15:20:24 -0000 1.7 +++ nbd 5 Dec 2011 09:11:38 -0000 1.8 @@ -22,7 +22,7 @@ # doesn't like parallel builds make config all PREFIX=/usr prefix=/usr SMP=1 BUILD=$(pwd)/build || exit 1 - strip_debug + fi ;; Index: nano =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/nano,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- nano 29 May 2011 17:47:04 -0000 1.21 +++ nano 5 Dec 2011 09:11:38 -0000 1.22 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --sysconfdir=/etc --disable-nls --enable-all --disable-wrapping-as-root --enable-utf8 || exit 1 make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: inotify-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/inotify-tools,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- inotify-tools 6 Jan 2010 15:20:24 -0000 1.3 +++ inotify-tools 5 Dec 2011 09:11:38 -0000 1.4 @@ -19,7 +19,7 @@ if [ "$CONFIG_INOTIFYTOOLS" = "y" ]; then ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: libgpg-error =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libgpg-error,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libgpg-error 6 Jan 2010 15:20:24 -0000 1.2 +++ libgpg-error 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: id3lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/id3lib,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- id3lib 22 Oct 2011 21:36:53 -0000 1.5 +++ id3lib 5 Dec 2011 09:11:38 -0000 1.6 @@ -21,7 +21,7 @@ ./configure --prefix=/usr || exit 1 # don't use parallel builds make all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: memcached =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/memcached,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- memcached 26 Aug 2011 13:11:24 -0000 1.4 +++ memcached 5 Dec 2011 09:11:38 -0000 1.5 @@ -21,7 +21,7 @@ if [ "$CONFIG_MEMCACHED" = "y" ]; then ./configure --prefix=/usr --bindir=/usr/sbin --sysconfdir=/etc --enable-threads || exit 1 make CC="gcc -std=gnu99 -Wno-stack-protector" $PMAKE all || exit 1 - strip_debug + fi ;; Index: gawk =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gawk,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- gawk 6 Jan 2010 15:20:24 -0000 1.13 +++ gawk 5 Dec 2011 09:11:38 -0000 1.14 @@ -22,7 +22,7 @@ fi ./configure --prefix=/usr --libexecdir=/usr/bin --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + # install the updated version rm -rf /usr/bin/awk Index: fprobe-ulog =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fprobe-ulog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fprobe-ulog 6 Jan 2010 14:53:27 -0000 1.4 +++ fprobe-ulog 5 Dec 2011 09:11:37 -0000 1.5 @@ -21,7 +21,7 @@ if [ "$CONFIG_FPROBE_ULOG" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: xinetd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xinetd,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- xinetd 6 Jan 2010 15:27:21 -0000 1.12 +++ xinetd 5 Dec 2011 09:11:38 -0000 1.13 @@ -21,7 +21,7 @@ if [ "$CONFIG_XINETD" = "y" ]; then ./configure --prefix=/usr --with-inet6 || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: nagios-plugins =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/nagios-plugins,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- nagios-plugins 6 Jan 2010 15:20:24 -0000 1.6 +++ nagios-plugins 5 Dec 2011 09:11:38 -0000 1.7 @@ -24,7 +24,7 @@ fi ./configure --prefix=/usr --libexecdir=/usr/libexec/nagios --disable-rpath || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: vncrepeater =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vncrepeater,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- vncrepeater 6 Jan 2010 15:27:21 -0000 1.3 +++ vncrepeater 5 Dec 2011 09:11:38 -0000 1.4 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_VNCREPEATER" = "y" ]; then make || exit 1 - strip_debug + fi ;; Index: alsa-utils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-utils,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- alsa-utils 23 Oct 2011 17:27:01 -0000 1.12 +++ alsa-utils 5 Dec 2011 09:11:37 -0000 1.13 @@ -24,7 +24,7 @@ if [ "$CONFIG_ALSA" = "y" ]; then ./configure --prefix=/usr --with-alsa-prefix=/usr/lib/ --with-alsa-inc-prefix=/usr/include --disable-xmlto || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: nmap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/nmap,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- nmap 28 Feb 2010 10:06:41 -0000 1.5 +++ nmap 5 Dec 2011 09:11:38 -0000 1.6 @@ -21,7 +21,7 @@ if [ "$CONFIG_NMAP" = "y" ]; then ./configure --prefix=/usr --without-zenmap --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: pam_ldap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pam_ldap,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- pam_ldap 6 Jan 2010 15:20:24 -0000 1.4 +++ pam_ldap 5 Dec 2011 09:11:38 -0000 1.5 @@ -21,7 +21,7 @@ make $PMAKE || exit 1 - strip_debug + # install it in local system, because other programs could need it make install || exit 1 Index: vim =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vim,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- vim 6 Jan 2010 15:27:21 -0000 1.11 +++ vim 5 Dec 2011 09:11:38 -0000 1.12 @@ -21,7 +21,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h ./configure --prefix=/usr --disable-nls || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: ether-wake =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ether-wake,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ether-wake 6 Jan 2010 14:53:27 -0000 1.4 +++ ether-wake 5 Dec 2011 09:11:37 -0000 1.5 @@ -17,7 +17,7 @@ case $1 in build ) gcc -O -Wall -o ether-wake ether-wake.c || exit 1 - strip_debug + ;; install ) Index: Libnet =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Libnet,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Libnet 21 Nov 2011 21:17:22 -0000 1.14 +++ Libnet 5 Dec 2011 09:11:37 -0000 1.15 @@ -19,7 +19,7 @@ cd $(find_src_dir libnet) || exit 1 CC="gcc -fPIC" ./configure --prefix=/usr --localstatedir=/var --with-pf_packet=yes || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install || exit 1 cp -dpf libnet-config /usr/bin || exit 1 Index: httpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/httpd,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- httpd 21 Nov 2011 21:17:22 -0000 1.17 +++ httpd 5 Dec 2011 09:11:38 -0000 1.18 @@ -73,7 +73,7 @@ fi ./configure $PARAMS || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it, we need the libraries later make install || exit 1 fi Index: zip =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/zip,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- zip 6 Jan 2010 15:27:21 -0000 1.9 +++ zip 5 Dec 2011 09:11:38 -0000 1.10 @@ -17,7 +17,7 @@ build ) if [ "$CONFIG_ZIP" = "y" ]; then make $PMAKE -f unix/Makefile generic prefix=/usr CC="gcc -Wa,--noexecstack" || exit 1 - strip_debug + fi ;; Index: giflib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/giflib,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- giflib 12 Nov 2011 21:21:02 -0000 1.4 +++ giflib 5 Dec 2011 09:11:38 -0000 1.5 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: libnetfilter_conntrack =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libnetfilter_conntrack,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- libnetfilter_conntrack 6 Jan 2010 15:20:24 -0000 1.7 +++ libnetfilter_conntrack 5 Dec 2011 09:11:38 -0000 1.8 @@ -20,7 +20,7 @@ delete_str ./libnetfilter_conntrack.pc.in "^URL: " || exit 1 ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: syslog-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/syslog-ng,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- syslog-ng 21 Nov 2011 21:17:22 -0000 1.22 +++ syslog-ng 5 Dec 2011 09:11:38 -0000 1.23 @@ -21,7 +21,7 @@ --enable-ssl --enable-ipv6 --enable-spoof-source --enable-dynamic-linking \ --enable-linux-caps --enable-pcre || exit 1 make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- perl 2 Nov 2011 14:03:41 -0000 1.61 +++ perl 5 Dec 2011 09:11:38 -0000 1.62 @@ -35,7 +35,7 @@ make $PMAKE || exit 1 - strip_debug + # delete the old perl version rm -rf /usr/lib/perl* @@ -112,13 +112,13 @@ echo "******** compiling perl extension $EXT ********" if [ -f Makefile.PL ]; then yes "" | perl Makefile.PL PREFIX=/usr || exit 1 - strip_debug + make install || exit 1 else if [ -f Build.PL ]; then yes "" | perl Build.PL --prefix /usr || exit 1 ./Build || exit 1 - strip_debug + ./Build install || exit 1 else echo "ERROR! Neither Build.PL nor Makefile.PL can be found" @@ -163,7 +163,7 @@ make install DESTDIR=$CDDIR || exit 1 else if [ -f Build.PL ]; then - strip_debug + ./Build install --destdir $CDDIR|| exit 1 else echo "ERROR! Neither Build.PL nor Makefile.PL can be found" Index: frox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/frox,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- frox 6 Jan 2010 14:53:27 -0000 1.8 +++ frox 5 Dec 2011 09:11:37 -0000 1.9 @@ -25,7 +25,7 @@ --enable-libiptc --enable-ccp --disable-run-as-root \ --enable-configfile=/etc/frox || exit 1 make all || exit 1 - strip_debug + fi ;; Index: ddup =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ddup,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ddup 6 Jan 2010 14:53:27 -0000 1.12 +++ ddup 5 Dec 2011 09:11:37 -0000 1.13 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_DDUP" = "y" ]; then yes "" | ./install || exit 1 - strip_debug + fi ;; Index: squid =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squid,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- squid 2 Nov 2011 14:03:41 -0000 1.34 +++ squid 5 Dec 2011 09:11:38 -0000 1.35 @@ -48,7 +48,7 @@ --enable-auth="basic ntlm" --enable-ntlm-auth-helpers="$AUTH_HELPERS_NTLM" \ --enable-default-err-language=English --enable-err-languages="English" || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: portmap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/portmap,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- portmap 6 Jan 2010 15:20:24 -0000 1.6 +++ portmap 5 Dec 2011 09:11:38 -0000 1.7 @@ -25,7 +25,7 @@ touch .patch.done fi make $PMAKE all || exit 1 - strip_debug + fi ;; Index: gifsicle =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gifsicle,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gifsicle 6 Jan 2010 15:20:24 -0000 1.3 +++ gifsicle 5 Dec 2011 09:11:38 -0000 1.4 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --disable-gifview || exit 1 make $PMAKE || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: camsource =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/camsource,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- camsource 6 Jan 2010 14:53:27 -0000 1.8 +++ camsource 5 Dec 2011 09:11:37 -0000 1.9 @@ -20,7 +20,7 @@ if [ "$CONFIG_CAMSOURCE" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: libart =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libart,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- libart 21 Nov 2011 21:17:22 -0000 1.5 +++ libart 5 Dec 2011 09:11:38 -0000 1.6 @@ -18,7 +18,7 @@ build ) ./configure --enable-shared --prefix=/usr || exit 1 make $PMAKE || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: mc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mc,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- mc 24 Nov 2011 15:00:35 -0000 1.16 +++ mc 5 Dec 2011 09:11:38 -0000 1.17 @@ -21,7 +21,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-nls --with-screen=ncurses || exit 1 # --with-vfs --with-samba --with-slang --with-edit --with-netrc --disable-glibtest make $PMAKE all || exit 1 - strip_debug + fi ;; Index: ifenslave =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ifenslave,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ifenslave 6 Jan 2010 15:20:24 -0000 1.4 +++ ifenslave 5 Dec 2011 09:11:38 -0000 1.5 @@ -17,7 +17,7 @@ case $1 in build ) gcc ifenslave.c -o ifenslave || exit 1 - strip_debug + ;; install ) Index: krb5 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/krb5,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- krb5 6 Jan 2010 15:20:24 -0000 1.12 +++ krb5 5 Dec 2011 09:11:38 -0000 1.13 @@ -20,7 +20,7 @@ ./configure --prefix=/usr --localstatedir=/var --enable-dns --enable-dns-for-kdc --enable-dns-for-realm --enable-kdc-replay-cache \ --enable-shared --bindir=/usr/bin/krb5 --sbindir=/usr/sbin/krb5 --libexecdir=/usr/libexec/krb5 || exit 1 make all || exit 1 - strip_debug + make install || exit 1 fi ;; Index: iptables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptables,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- iptables 26 Sep 2011 18:06:37 -0000 1.38 +++ iptables 5 Dec 2011 09:11:38 -0000 1.39 @@ -30,7 +30,7 @@ make clean # parallel build failes, do not use $PMAKE make all COPT_FLAGS="$FLAGS" || exit 1 - strip_debug + # install it, so other programs can use it make install || exit 1 ;; Index: sqlite =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sqlite,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- sqlite 6 Jan 2010 15:27:21 -0000 1.4 +++ sqlite 5 Dec 2011 09:11:38 -0000 1.5 @@ -19,7 +19,7 @@ if [ "$CONFIG_SQLITE" = "y" ]; then ./configure --prefix=/usr || exit 1 make || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 fi Index: tar =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/tar,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- tar 19 Nov 2010 00:42:47 -0000 1.13 +++ tar 5 Dec 2011 09:11:38 -0000 1.14 @@ -18,7 +18,7 @@ build ) FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix= --disable-nls || exit 1 make $PMAKE all || exit 1 - strip_debug + make install || exit 1 ;; Index: sudo =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sudo,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sudo 6 Jan 2010 15:27:21 -0000 1.5 +++ sudo 5 Dec 2011 09:11:38 -0000 1.6 @@ -23,7 +23,7 @@ --with-insults --with-classic-insults --with-pam \ --with-csops-insults --with-hal-insults || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: pymilter =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pymilter,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pymilter 2 Nov 2011 14:03:41 -0000 1.2 +++ pymilter 5 Dec 2011 09:11:38 -0000 1.3 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_PYTHON" = "y" ] && [ "$CONFIG_POSTFIX" = "y" ] && [ "$CONFIG_SENDMAIL_LIBMILTER" = "y" ]; then CFLAGS="-fPIC" python setup.py build || exit 1 - strip_debug + fi ;; Index: logrotate =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/logrotate,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- logrotate 6 Jan 2010 15:20:24 -0000 1.20 +++ logrotate 5 Dec 2011 09:11:38 -0000 1.21 @@ -27,7 +27,7 @@ touch logrotate_patch_done fi make $PMAKE all || exit 1 - strip_debug + fi ;; Index: cd_cleanup =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cd_cleanup,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- cd_cleanup 6 Jan 2010 14:53:27 -0000 1.16 +++ cd_cleanup 5 Dec 2011 09:11:37 -0000 1.17 @@ -21,6 +21,7 @@ find $CDDIR -type f -name '*.a' | xargs -n 1 rm -f find $CDDIR -type f -exec strip --strip-debug '{}' ';' find $INITRDDIR -type f -exec strip --strip-debug '{}' ';' + find $CDDIR/{lib,usr/lib,usr/libexec} | xargs -n 1 strip --strip-debug find $CDDIR/{bin,sbin,usr/bin,usr/sbin,usr/libexec} -type f ! -name '*.so' | xargs -n 1 strip --strip-all if [ "$CONFIG_DEVIL_DOC_ISO" != "y" ]; then Index: daemontools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/daemontools,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- daemontools 6 Jan 2010 14:53:27 -0000 1.11 +++ daemontools 5 Dec 2011 09:11:37 -0000 1.12 @@ -21,7 +21,7 @@ if [ "$CONFIG_DAEMONTOOLS" = "y" ]; then bzcat $DL_DIR/src/daemontools-*errno.patch.bz2 | patch -p1 || exit 1 ./package/compile || exit 1 - strip_debug + fi ;; Index: jftpgw =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/jftpgw,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- jftpgw 6 Jan 2010 15:20:24 -0000 1.19 +++ jftpgw 5 Dec 2011 09:11:38 -0000 1.20 @@ -21,7 +21,7 @@ if [ "$CONFIG_JFTPGW" = "y" ]; then ./configure --prefix=/usr --bindir=/usr/sbin --enable-sftp --enable-crypt --with-confpath=/etc || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: alsa-lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-lib,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- alsa-lib 2 Nov 2011 14:03:41 -0000 1.12 +++ alsa-lib 5 Dec 2011 09:11:37 -0000 1.13 @@ -24,7 +24,7 @@ if [ "$CONFIG_ALSA" = "y" ]; then ./configure --prefix=/usr || exit 1 make $PMAKE $FLAGS || exit 1 - strip_debug + rm -rf $TMPDIR || exit 1 make install DESTDIR=$TMPDIR || exit 1 copy_files $TMPDIR/usr/ / || exit 1 Index: libdnet =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libdnet,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- libdnet 21 Nov 2011 21:17:22 -0000 1.4 +++ libdnet 5 Dec 2011 09:11:38 -0000 1.5 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: mod_authn_otp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mod_authn_otp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_authn_otp 29 Dec 2010 15:17:47 -0000 1.1 +++ mod_authn_otp 5 Dec 2011 09:11:38 -0000 1.2 @@ -17,7 +17,7 @@ if [ "$CONFIG_MOD_AUTHN_OTP" = "y" ]; then ./configure make || exit 1 - strip_debug + fi fi ;; Index: fwlogwatch =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fwlogwatch,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- fwlogwatch 2 Nov 2010 17:13:15 -0000 1.12 +++ fwlogwatch 5 Dec 2011 09:11:38 -0000 1.13 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_FWLOGWATCH" = "y" ]; then make $PMAKE all || exit 1 - strip_debug + fi ;; Index: ebtables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ebtables,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ebtables 6 Jan 2010 14:53:27 -0000 1.16 +++ ebtables 5 Dec 2011 09:11:37 -0000 1.17 @@ -43,7 +43,7 @@ else make MANDIR=/usr/share/man $PMAKE all || exit 1 fi - strip_debug + fi ;; Index: vlan =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vlan,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- vlan 6 Jan 2010 15:27:21 -0000 1.12 +++ vlan 5 Dec 2011 09:11:38 -0000 1.13 @@ -19,7 +19,7 @@ build ) if [ "$CONFIG_VLAN" = "y" ]; then make $PMAKE all || exit 1 - strip_debug + fi ;; Index: Linux-PAM =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Linux-PAM,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Linux-PAM 21 Nov 2011 21:17:22 -0000 1.10 +++ Linux-PAM 5 Dec 2011 09:11:37 -0000 1.11 @@ -33,7 +33,7 @@ # doesn't like parallel builds on rare occasions make || exit 1 - strip_debug + # install it in local system, because other programs could need it make install || exit 1 Index: cpio =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cpio,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- cpio 6 Jan 2010 14:53:27 -0000 1.9 +++ cpio 5 Dec 2011 09:11:37 -0000 1.10 @@ -20,7 +20,7 @@ #ln -sf /usr/include/getopt.h getopt.h ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it, because it may be needed by other programs too make install || exit 1 Index: noip_updater =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/noip_updater,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- noip_updater 6 Jan 2010 15:20:24 -0000 1.16 +++ noip_updater 5 Dec 2011 09:11:38 -0000 1.17 @@ -20,7 +20,7 @@ build ) if [ "$CONFIG_NO_IP_UPDATER" = y ]; then make $PMAKE || exit 1 - strip_debug + fi ;; Index: man =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/man,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- man 6 Nov 2011 14:32:07 -0000 1.17 +++ man 5 Dec 2011 09:11:38 -0000 1.18 @@ -18,7 +18,7 @@ build ) ./configure -default -confdir=/etc make && - strip_debug + ;; install ) Index: djbdns =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/djbdns,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- djbdns 6 Jan 2010 14:53:27 -0000 1.15 +++ djbdns 5 Dec 2011 09:11:37 -0000 1.16 @@ -23,7 +23,7 @@ bzcat $DL_DIR/src/djbdns-*ignoreip.patch.bz2 | patch -p1 || exit 1 replace_str conf-home /usr/local /usr make $PMAKE || exit 1 - strip_debug + fi ;; Index: isapnptools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/isapnptools,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- isapnptools 6 Jan 2010 15:20:24 -0000 1.5 +++ isapnptools 5 Dec 2011 09:11:38 -0000 1.6 @@ -21,7 +21,7 @@ if [ "$CONFIG_ISAPNPTOOLS" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: lha =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lha,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- lha 6 Jan 2010 15:20:24 -0000 1.7 +++ lha 5 Dec 2011 09:11:38 -0000 1.8 @@ -21,7 +21,7 @@ touch lha_patches_done fi make $PMAKE || exit 1 - strip_debug + fi ;; Index: postfix =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/postfix,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- postfix 29 May 2011 14:11:49 -0000 1.44 +++ postfix 5 Dec 2011 09:11:38 -0000 1.45 @@ -49,7 +49,7 @@ fi make makefiles CCARGS="$CCARGS" AUXLIBS="$AUXLIBS" || exit 1 make $PMAKE || exit 1 - strip_debug + # Install in LFS for PHP: groupadd -g 101 postfix || exit 1 Index: bind =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bind,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- bind 21 Nov 2011 21:17:22 -0000 1.38 +++ bind 5 Dec 2011 09:11:37 -0000 1.39 @@ -27,7 +27,7 @@ make depend || exit 1 #make $PMAKE all || exit 1 make all || exit 1 - strip_debug + # install to base system... because of library install of libdns make install || exit 1 fi Index: docbook2X =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/docbook2X,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- docbook2X 2 Nov 2011 14:03:41 -0000 1.6 +++ docbook2X 5 Dec 2011 09:11:37 -0000 1.7 @@ -22,7 +22,7 @@ ./configure --prefix=/usr --with-html-xsl || exit 1 make $PMAKE || exit 1 # install it, because it's needed by some programs - strip_debug + make install || exit 1 ;; Index: pciutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pciutils,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- pciutils 6 Jan 2010 15:20:24 -0000 1.15 +++ pciutils 5 Dec 2011 09:11:38 -0000 1.16 @@ -19,7 +19,7 @@ build ) # parallel build fails, do not use $PMAKE make PREFIX=/usr all || exit 1 - strip_debug + make install bzcat $DL_DIR/src/pci.ids.bz2 > /usr/share/pci.ids || exit 1 Index: aiccu =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/aiccu,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- aiccu 6 Jan 2010 14:53:27 -0000 1.4 +++ aiccu 5 Dec 2011 09:11:37 -0000 1.5 @@ -25,7 +25,7 @@ if [ "$CONFIG_AICCU" = "y" ]; then cd unix-console make $PMAKE all || exit 1 - strip_debug + fi ;; Index: kbd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/kbd,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- kbd 6 Jan 2010 15:20:24 -0000 1.10 +++ kbd 5 Dec 2011 09:11:38 -0000 1.11 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --mandir=/usr/share/man || exit 1 make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: vtun =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vtun,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- vtun 6 Jan 2010 15:27:21 -0000 1.14 +++ vtun 5 Dec 2011 09:11:38 -0000 1.15 @@ -24,7 +24,7 @@ #lzo-1.08.tar.gz is needed ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: cpqarrayd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cpqarrayd,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- cpqarrayd 6 Jan 2010 14:53:27 -0000 1.15 +++ cpqarrayd 5 Dec 2011 09:11:37 -0000 1.16 @@ -23,7 +23,7 @@ fi ./configure --prefix=/usr ${SNMP} || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: cipe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cipe,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- cipe 6 Jan 2010 14:53:27 -0000 1.21 +++ cipe 5 Dec 2011 09:11:37 -0000 1.22 @@ -30,7 +30,7 @@ # make $PMAKE || exit 1 - strip_debug + fi ;; Index: dovecot_deleted_to_trash =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot_deleted_to_trash,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- dovecot_deleted_to_trash 19 Nov 2010 00:42:47 -0000 1.7 +++ dovecot_deleted_to_trash 5 Dec 2011 09:11:37 -0000 1.8 @@ -21,7 +21,7 @@ build ) if [ "$CONFIG_DOVECOT" = "y" ]; then make $PMAKE all || exit 1 - strip_debug + fi ;; Index: openvpn =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openvpn,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- openvpn 8 Sep 2010 05:10:31 -0000 1.18 +++ openvpn 5 Dec 2011 09:11:38 -0000 1.19 @@ -25,7 +25,7 @@ ##--disable-lzo make $PMAKE || exit 1 make -C plugin/auth-pam $PMAKE || exit 1 - strip_debug + fi ;; Index: flex =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/flex,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- flex 2 Nov 2011 14:03:41 -0000 1.1 +++ flex 5 Dec 2011 09:11:37 -0000 1.2 @@ -19,7 +19,7 @@ ./configure --prefix=/usr --disable-nls || exit 1 make all $PMAKE || exit 1 make install || exit 1 - strip_debug + ;; * ) Index: tftp-hpa =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/tftp-hpa,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tftp-hpa 6 Jan 2010 15:27:21 -0000 1.5 +++ tftp-hpa 5 Dec 2011 09:11:38 -0000 1.6 @@ -20,7 +20,7 @@ if [ "$CONFIG_TFTP_HPA" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --without-tcpwrappers || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: daq =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/daq,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- daq 13 Nov 2011 14:50:05 -0000 1.2 +++ daq 5 Dec 2011 09:11:37 -0000 1.3 @@ -19,7 +19,7 @@ if [ "$CONFIG_SNORT" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var || exit 1 make all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install fi Index: lzo =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lzo,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- lzo 21 Nov 2011 21:17:22 -0000 1.11 +++ lzo 5 Dec 2011 09:11:38 -0000 1.12 @@ -20,7 +20,7 @@ build ) ./configure --prefix=/usr --bindir=/bin --enable-shared || exit 1 make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: reiserfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/reiserfsprogs,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- reiserfsprogs 6 Jan 2010 15:20:24 -0000 1.20 +++ reiserfsprogs 5 Dec 2011 09:11:38 -0000 1.21 @@ -18,7 +18,7 @@ build ) ./configure --prefix= || exit 1 make $PMAKE all || exit 1 - strip_debug + ;; install ) Index: libdbi =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libdbi,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libdbi 6 Jan 2010 15:20:24 -0000 1.2 +++ libdbi 5 Dec 2011 09:11:38 -0000 1.3 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --disable-docs || exit 1 make $PMAKE all || exit 1 - strip_debug + # install it in local system, because other programs could need it make install ;; Index: dbus =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dbus,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- dbus 6 Jan 2010 14:53:27 -0000 1.5 +++ dbus 5 Dec 2011 09:11:37 -0000 1.6 @@ -21,7 +21,7 @@ if [ "$CONFIG_DBUS" = "y" ]; then ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE all || exit 1 - strip_debug + #let's install it, other programs need this package make install || exit 1 Index: ucarp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ucarp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ucarp 6 Jan 2010 15:27:21 -0000 1.6 +++ ucarp 5 Dec 2011 09:11:38 -0000 1.7 @@ -19,7 +19,7 @@ if [ "$CONFIG_UCARP" = "y" ]; then ./configure --prefix=/usr --disable-nls || exit 1 make || exit 1 - strip_debug + fi ;; Index: squashfs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squashfs,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- squashfs 6 Jan 2010 15:27:21 -0000 1.5 +++ squashfs 5 Dec 2011 09:11:38 -0000 1.6 @@ -24,7 +24,7 @@ # Build userspace make -C squashfs-tools/ all || exit 1 - strip_debug + fi ;; Index: psmisc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/psmisc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- psmisc 6 Jan 2010 15:20:24 -0000 1.12 +++ psmisc 5 Dec 2011 09:11:38 -0000 1.13 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr --exec-prefix=/ --disable-nls || exit 1 make $PMAKE || exit 1 - strip_debug + ;; install ) Index: aide =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/aide,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- aide 6 Jan 2010 14:53:27 -0000 1.8 +++ aide 5 Dec 2011 09:11:37 -0000 1.9 @@ -28,7 +28,7 @@ --with-config_file=/etc/aide/aide.conf \ --with-zlib --without-mhash --with-gcrypt || exit 1 make LDFLAGS="-Wl,-z,noexecstack" $PMAKE || exit 1 - strip_debug + fi ;; Index: libHX =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libHX,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- libHX 21 Nov 2011 21:17:22 -0000 1.4 +++ libHX 5 Dec 2011 09:11:38 -0000 1.5 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: libol =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libol,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- libol 6 Jan 2010 15:20:24 -0000 1.11 +++ libol 5 Dec 2011 09:11:38 -0000 1.12 @@ -18,7 +18,7 @@ build ) ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 Index: dst =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dst,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- dst 6 Jan 2010 14:53:27 -0000 1.4 +++ dst 5 Dec 2011 09:11:37 -0000 1.5 @@ -26,7 +26,7 @@ # Build userspace make KDIR=$KERNELDIR || exit 1 - strip_debug + fi ;; Index: insserv =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/insserv,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- insserv 6 Jan 2010 15:20:24 -0000 1.17 +++ insserv 5 Dec 2011 09:11:38 -0000 1.18 @@ -24,7 +24,7 @@ fi make clean make $PMAKE all || exit 1 - strip_debug + # we have to install this immediately, because this is needed by other programs make install || exit 1 Index: ucspi-tcp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ucspi-tcp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ucspi-tcp 6 Jan 2010 15:27:21 -0000 1.14 +++ ucspi-tcp 5 Dec 2011 09:11:38 -0000 1.15 @@ -22,7 +22,7 @@ bzcat $DL_DIR/src/ucspi-tcp-*errno.patch.bz2 | patch -p1 || exit 1 replace_str conf-home /usr/local /usr make $PMAKE || exit 1 - strip_debug + fi ;; Index: dhcp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dhcp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- dhcp 6 Jan 2010 14:53:27 -0000 1.29 +++ dhcp 5 Dec 2011 09:11:37 -0000 1.30 @@ -26,7 +26,7 @@ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-nls --enable-paranoia || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: jailkit =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/jailkit,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- jailkit 6 Jan 2010 15:20:24 -0000 1.6 +++ jailkit 5 Dec 2011 09:11:38 -0000 1.7 @@ -24,7 +24,7 @@ #fi ./configure --prefix=/usr --sysconfdir=/etc || exit 1 make $PMAKE || exit 1 - strip_debug + fi ;; Index: ntp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ntp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- ntp 19 Nov 2010 00:42:47 -0000 1.28 +++ ntp 5 Dec 2011 09:11:38 -0000 1.29 @@ -25,7 +25,7 @@ fi ./configure --prefix=/usr --enable-all-clocks --enable-parse-clocks || exit 1 make $PMAKE all || exit 1 - strip_debug + fi ;; Index: e100 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/e100,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- e100 6 Jan 2010 14:53:27 -0000 1.17 +++ e100 5 Dec 2011 09:11:37 -0000 1.18 @@ -18,7 +18,7 @@ build ) if [ "$CONFIG_INTEL_E100" = "y" ]; then make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 - strip_debug + fi ;; Index: procmail =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/procmail,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- procmail 19 Nov 2010 00:42:47 -0000 1.4 +++ procmail 5 Dec 2011 09:11:38 -0000 1.5 @@ -21,7 +21,7 @@ touch dl-patch.done fi make $PMAKE all LOCKINGTEST='/tmp .' || exit 1 - strip_debug + fi ;; Index: dev86 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dev86,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- dev86 2 Nov 2011 14:03:41 -0000 1.6 +++ dev86 5 Dec 2011 09:11:37 -0000 1.7 @@ -29,7 +29,7 @@ make all || exit 1 fi - strip_debug + # we have to install this immediately, because this is program could be needed by other sources make install || exit 1 Index: xtables-addons =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xtables-addons,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- xtables-addons 26 Sep 2011 18:06:... [truncated message content] |