diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package')
110 files changed, 1708 insertions, 4444 deletions
diff --git a/package/Depends.mk b/package/Depends.mk index 3947db184..25d58ab58 100644 --- a/package/Depends.mk +++ b/package/Depends.mk @@ -154,6 +154,7 @@ obexftp-compile: openobex-compile libiconv-compile opencdk-compile: libgcrypt-compile libgpg-error-compile zlib-compile openct-compile: libtool-compile libusb-compile openldap-compile: cyrus-sasl-compile openssl-compile libdb-compile +openobex-compile: bluez-compile opensips-compile: openssl-compile ifeq (${ADK_COMPILE_OPENSSH_WITH_KRB5},y) openssh-compile: krb5-compile diff --git a/package/Makefile b/package/Makefile index fddb29293..9e3209630 100644 --- a/package/Makefile +++ b/package/Makefile @@ -215,7 +215,7 @@ package-$(ADK_PACKAGE_LIBXSLT) += libxslt package-$(ADK_PACKAGE_LIBXT) += libXt package-$(ADK_PACKAGE_LIGHTTPD) += lighttpd package-$(ADK_PACKAGE_LINKS) += links -package-$(ADK_PACKAGE_LINUX_ATM) += linux-atm +package-$(ADK_COMPILE_LINUX_ATM) += linux-atm package-$(ADK_PACKAGE_LOGROTATE) += logrotate package-$(ADK_PACKAGE_LRZSZ) += lrzsz package-${ADK_PACKAGE_LYNX} += lynx diff --git a/package/apr/Makefile b/package/apr/Makefile index ea20ddfed..bf326d316 100644 --- a/package/apr/Makefile +++ b/package/apr/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV+= ac_cv_sizeof_size_t=4 CONFIGURE_ENV+= ac_cv_sizeof_ssize_t=4 CONFIGURE_ENV+= ac_cv_file__dev_zero=yes CONFIGURE_ENV+= apr_cv_process_shared_works=no +CONFIGURE_ENV+= ac_cv_lib_nsl_gethostbyname=no CONFIGURE_ARGS+= --with-devrandom=/dev/urandom ifeq (${ADK_PACKAGE_APR_THREADING},y) diff --git a/package/autossh/Makefile b/package/autossh/Makefile index 414bf99e6..b5e184463 100644 --- a/package/autossh/Makefile +++ b/package/autossh/Makefile @@ -20,6 +20,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,AUTOSSH,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu +CONFIGURE_ARGS+= ac_cv_lib_nsl_gethostbyname=no BUILD_STYLE:= auto do-install: diff --git a/package/avahi/files/avahi-daemon.conf b/package/avahi/files/avahi-daemon.conf index a5ff88619..cf1385644 100644 --- a/package/avahi/files/avahi-daemon.conf +++ b/package/avahi/files/avahi-daemon.conf @@ -5,7 +5,6 @@ use-ipv4=yes use-ipv6=no check-response-ttl=no use-iff-running=no -enable-dbus=no [publish] publish-addresses=yes diff --git a/package/base-files/extra/etc/sysctl.conf b/package/base-files/extra/etc/sysctl.conf index e69de29bb..73260cf9d 100644 --- a/package/base-files/extra/etc/sysctl.conf +++ b/package/base-files/extra/etc/sysctl.conf @@ -0,0 +1,17 @@ +# Disables the magic-sysrq key +#kernel.sysrq = 0 +# When the kernel panics, automatically reboot in 3 seconds +#kernel.panic = 3 +# Enable packet forwarding +#net.ipv4.ip_forward = 1 +# Disables IP dynaddr +#net.ipv4.ip_dynaddr = 0 +# Disable ECN +#net.ipv4.tcp_ecn = 0 +# Enables source route verification +net.ipv4.conf.default.rp_filter = 1 +# Enable reverse path +net.ipv4.conf.all.rp_filter = 1 +# Enable SYN cookies +#net.ipv4.tcp_syncookies = 1 + diff --git a/package/base-files/extra/init b/package/base-files/extra/init index 567993cbb..0d4f3d623 100755 --- a/package/base-files/extra/init +++ b/package/base-files/extra/init @@ -1,8 +1,9 @@ #!/bin/sh export PATH=/bin:/sbin:/usr/bin:/usr/sbin mount -nt proc proc /proc +size=$(awk '/MemTotal:/ { if ($2 > 16000) { print 4096 } else { print 2048 }}' /proc/meminfo) mount -o nosuid,nodev,noexec -t sysfs sysfs /sys -mount none /tmp -t tmpfs -o size=2M +mount none /tmp -t tmpfs -o size=$size mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777 mount -o nosuid,size=64k,mode=0755 -t tmpfs mdev /dev mkdir /dev/pts /dev/shm diff --git a/package/bind/Makefile b/package/bind/Makefile index 15b978615..a4e783e03 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -35,7 +35,8 @@ $(eval $(call PKG_template,BIND_HOST,bind-host,${PKG_VERSION}-${PKG_RELEASE},${P $(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_7},${PKG_SECTION})) CONFIGURE_STYLE= gnu -CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" +CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" \ + ac_cv_lib_nsl_inet_ntoa=no CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \ --disable-threads \ --with-openssl=${STAGING_DIR}/usr/ \ diff --git a/package/cfgfs/src/fwcf.sh b/package/cfgfs/src/fwcf.sh index 6a97beb8a..fcaaf80a0 100644 --- a/package/cfgfs/src/fwcf.sh +++ b/package/cfgfs/src/fwcf.sh @@ -146,7 +146,7 @@ if test $1 = setup; then mkdir /tmp/.cfgfs/root mount --bind /etc /tmp/.cfgfs/root mkdir /tmp/.cfgfs/temp - mount -t tmpfs -o cfgfs /tmp/.cfgfs/temp + mount -t tmpfs none /tmp/.cfgfs/temp (cd /tmp/.cfgfs/root; tar cf - .) | (cd /tmp/.cfgfs/temp; tar xpf -) unclean=0 if [[ $1 = -N ]]; then @@ -225,7 +225,7 @@ if test $1 = commit; then EOF [[ $1 = -f ]] || exit 7 fi - mount -t tmpfs -o swap /tmp/.cfgfs/temp + mount -t tmpfs none /tmp/.cfgfs/temp (cd /etc; tar cf - .) | (cd /tmp/.cfgfs/temp; tar xpf -) cd /tmp/.cfgfs/temp find . -type f | grep -v -e '^./.cfgfs' -e '^./.rnd$' | sort | \ diff --git a/package/cups/Makefile b/package/cups/Makefile index d9dd2ec17..778c8fe47 100644 --- a/package/cups/Makefile +++ b/package/cups/Makefile @@ -64,7 +64,7 @@ post-install: ${CP} ${WRKINST}/usr/share/doc/cups/images \ ${IDIR_CUPS}/usr/share/doc/cups/ rm -f ${IDIR_CUPS}/usr/bin/cups-config - ${CP} ${WRKINST}/usr/lib/libcups.so* ${IDIR_CUPS}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libcups*.so* ${IDIR_CUPS}/usr/lib/ ${CP} ${WRKINST}/usr/lib/cups/cgi-bin/* ${IDIR_CUPS}/usr/lib/cups/cgi-bin/ ${CP} ${WRKINST}/usr/lib/cups/daemon/* ${IDIR_CUPS}/usr/lib/cups/daemon/ ${CP} ${WRKINST}/usr/share/cups/banners/* \ |