Magellan Linux

Annotation of /trunk/grub/patches/grub-2.12-ftbfs-extra-deps.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3805 - (hide annotations) (download)
Thu Dec 28 11:38:51 2023 UTC (4 months, 4 weeks ago) by niro
File size: 1035 byte(s)
-fix a ftbfs
1 niro 3805 Fixes build failure due to the extra_deps.lst file not existing in the
2     tarball. Found while trying to package GRUB 2.12 for Gentoo.
3    
4     make[3]: *** No rule to make target
5     '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/grub-core/extra_deps.lst',
6     needed by 'syminfo.lst'. Stop.
7    
8     Fixes: 89fbe0cac (grub-core/Makefile.am: Make path to extra_deps.lst relative
9     to $(top_srcdir)/grub-core)
10     Fixes: 154dcb1ae (build: Allow explicit module dependencies)
11    
12     Signed-off-by: Oskari Pirhonen <xxc3ncore...@gmail.com>
13     ---
14     conf/Makefile.extra-dist | 1 +
15     1 file changed, 1 insertion(+)
16    
17     diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
18     index 5e7126f98..0bef2c752 100644
19     --- a/conf/Makefile.extra-dist
20     +++ b/conf/Makefile.extra-dist
21     @@ -27,6 +27,7 @@ EXTRA_DIST += grub-core/gensyminfo.sh.in
22     EXTRA_DIST += grub-core/gensymlist.sh
23     EXTRA_DIST += grub-core/genemuinit.sh
24     EXTRA_DIST += grub-core/genemuinitheader.sh
25     +EXTRA_DIST += grub-core/extra_deps.lst
26    
27     EXTRA_DIST += grub-core/lib/gnulib-patches/fix-width.patch
28    
29     --
30     2.41.0