diff options
author | Andreas Enge <andreas@enge.fr> | 2023-03-18 10:36:22 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-03-18 10:36:22 +0100 |
commit | 483124bc484d65b4036c098a700681656e6b69fb (patch) | |
tree | 82abb1736aa1e0f1d91f2ffa660d7f56617dc0db /gnu/local.mk | |
parent | f9bff8614be32f9c2c1a54da80eaed1365b49be3 (diff) |
gnu: libaio: Fix tests on 32 bit systems.
* gnu/packages/patches/libaio-32bit-test.patch: New file.
* gnu/packages/linux.scm (libaio): Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a4954f9b35..6a7e41c476 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1406,6 +1406,7 @@ dist_patch_DATA = \ %D%/packages/patches/liba52-link-with-libm.patch \ %D%/packages/patches/liba52-set-soname.patch \ %D%/packages/patches/liba52-use-mtune-not-mcpu.patch \ + %D%/packages/patches/libaio-32bit-test.patch \ %D%/packages/patches/libbase-fix-includes.patch \ %D%/packages/patches/libbase-use-own-logging.patch \ %D%/packages/patches/libbonobo-activation-test-race.patch \ |