diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-09-24 22:15:58 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-09-24 22:15:58 +0300 |
commit | 08473753a0ebafef22c0894d846e3b42fd6be2a2 (patch) | |
tree | 6c6db7681f9037c0c5ce0260c925de206c5a26d0 /gnu/local.mk | |
parent | 445076743e13a424c40622b1f70f4257128108b9 (diff) | |
download | guix-08473753a0ebafef22c0894d846e3b42fd6be2a2.tar.gz |
gnu: firebird: Add support for riscv64-linux.
* gnu/packages/databases.scm (firebird)[source]: Add patches. [arguments]: Add custom phase when building for riscv64-linux to force the bootstrap phase to occur. [native-inputs]: When building for riscv64-linux add autoconf, automake and libtool. * gnu/packages/patches/firebird-riscv64-support-pt1.patch, gnu/packages/patches/firebird-riscv64-support-pt2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2764a138e8..297571c028 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1089,6 +1089,8 @@ dist_patch_DATA = \ %D%/packages/patches/fifo-map-fix-flags-for-gcc.patch \ %D%/packages/patches/fifo-map-remove-catch.hpp.patch \ %D%/packages/patches/findutils-localstatedir.patch \ + %D%/packages/patches/firebird-riscv64-support-pt1.patch \ + %D%/packages/patches/firebird-riscv64-support-pt2.patch \ %D%/packages/patches/flann-cmake-3.11.patch \ %D%/packages/patches/flatpak-fix-path.patch \ %D%/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch \ |