Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Without kernel support for MD RAID, mdadm is pretty useless.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
There is a new (optional) dependency libargon2 - a builtin fallback
exists but is supposed to be slow.
Add mandatory kernel modules for kernel crypto backend and the default
cipher choice when creating new LUKS mappings.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
This is an optional dependency of a more recent cryptsetup package. It
replaces the bundled one and is supposed to be faster.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Drop all patches while doing so, seems to work just fine without. New
dependency is libaio.
Also add a dependency on BLK_DEV_DM kernel symbol.
Note the backported patch from upstream fixing for libc implementations
without symbol versioning support which caused a segfault in cryptsetup
due to recursive calls to dm_task_get_info_base().
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
This is required by a more recent version of lvm package.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Host-build required by a more recent samba package.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Perl update avoids an "Attempt to free unreferenced scalar" error in
miniperl when host building. Update perl-cross while being at it.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Also update patches.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Fixes compiling with recent gcc.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Added checks for libgmp in configure scripts are not really portable, at
least 'gdb' subdir configure used host's libgmp and consequently failed.
At least there's 'host_configargs' to define additional arguments; use
it to point sub-configure to the right location.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This combines the typical kernel make call idiom into a single variable
reference. A side-effect is that parallel make is enabled (via added
'-j' flag) in many cases, but that shouldn't cause harm.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
|
|
|
|
|
|
|
|
Recent gnutls update introduced "gnulib module fopen" (gl/fopen.c) which
tries to get fopen() declaration from stdio.h by defining __need_FILE
before including the header. While this seems unnecessary for the
purpose (alegedly __need_FILE is used by headers including stdio.h to
get the FILE declaration while avoiding namespace pollution),
uClibc-ng's stdio.h behaves unexpected if __need_FILE is defined:
1) features.h is not included, therefore __BEGIN_NAMESPACE_STD (and
likely more) is not known later on
2) it declares *only* FILE, nothing else
To avoid these problems, don't define __need_FILE in gnutls and pray
this works with other libc's as well. Actually one should fix uClibc-ng
instead.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Starting with version 1.33, libgpg-error dropped the first two parts of
a four part "triplet" while canonicalizing CPU-VENDOR-KERNEL-SYSTEM.
Therefore the resulting header name for arm-openadk-linux-uclibceabi
becomes lock-obj-pub.linux-uclibceabi.h - make sure it exists by
creating an appropriate symlink. Leave the old symlink name in place to
avoid breaking any other triplet values.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Configure searches libexpat in host's rootfs and consequently fails.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Have to pass HOST_CC variable so _makenames helper is correctly compiled
for host arch.
Also PAM detection checks host's headers, override this based on package
choice.
Signed-off-by: Phil Sutter <phil@nwl.cc>
|