diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-12-17 18:07:05 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-12-17 18:11:33 +0000 |
commit | ed0b08e35f37cd3e3ea427e2850617c05353d78e (patch) | |
tree | 5e4cf618a38a3e4bad4527fa2288d2817638d47b /dev-libs/isa-l/files | |
parent | net-analyzer/fail2ban: enable py3.10 (diff) | |
download | gentoo-ed0b08e35f37cd3e3ea427e2850617c05353d78e.tar.gz gentoo-ed0b08e35f37cd3e3ea427e2850617c05353d78e.tar.bz2 gentoo-ed0b08e35f37cd3e3ea427e2850617c05353d78e.zip |
dev-libs/isa-l: initial import
Required by erasure-coding features of net-libs/xrootd - or rather WILL
BE required, as at the moment the latter seems to have no option to use
a system-installed version.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/isa-l/files')
-rw-r--r-- | dev-libs/isa-l/files/isa-l-2.30.0_makefile-no-D.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/isa-l/files/isa-l-2.30.0_makefile-no-D.patch b/dev-libs/isa-l/files/isa-l-2.30.0_makefile-no-D.patch new file mode 100644 index 000000000000..98c37f3cc42f --- /dev/null +++ b/dev-libs/isa-l/files/isa-l-2.30.0_makefile-no-D.patch @@ -0,0 +1,16 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -142,11 +142,11 @@ + EXTRA_DIST += tools/yasm-filter.sh tools/nasm-filter.sh + EXTRA_DIST += tools/yasm-cet-filter.sh tools/nasm-cet-filter.sh + +-AM_CFLAGS = ${my_CFLAGS} ${INCLUDE} $(src_include) ${D} ++AM_CFLAGS = ${my_CFLAGS} ${INCLUDE} $(src_include) ${DIST_D} + if CPU_AARCH64 + AM_CCASFLAGS = ${AM_CFLAGS} + else +-AM_CCASFLAGS = ${yasm_args} ${INCLUDE} ${src_include} ${DEFS} ${D} ++AM_CCASFLAGS = ${yasm_args} ${INCLUDE} ${src_include} ${DEFS} ${DIST_D} + endif + + .asm.s: |