Blame view

buildroot/buildroot-2016.08.1/package/e2fsprogs/0003-fuse2fs-needs-SYSLIBS.patch 974 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  From ff6147dd7197519e561e796d56545c4e11eb43fa Mon Sep 17 00:00:00 2001
  From: Gustavo Zacarias <gustavo@zacarias.com.ar>
  Date: Wed, 22 Jun 2016 20:55:35 -0300
  Subject: [PATCH e2fsprogs] fuse2fs: needs SYSLIBS
  
  It otherwise leads to build failure when using an unbundled libintl.
  
  Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  ---
  Status: sent to ML http://marc.info/?l=linux-ext4&m=146664003825136&w=2
  
   misc/Makefile.in | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/misc/Makefile.in b/misc/Makefile.in
  index f67c9c7..e487692 100644
  --- a/misc/Makefile.in
  +++ b/misc/Makefile.in
  @@ -389,7 +389,7 @@ fuse2fs: $(FUSE2FS_OBJS) $(DEPLIBS) $(DEPLIBBLKID) $(DEPLIBUUID) \
   	$(E) "	LD $@"
   	$(Q) $(CC) $(ALL_LDFLAGS) -o fuse2fs $(FUSE2FS_OBJS) $(LIBS) \
   		$(LIBFUSE) $(LIBBLKID) $(LIBUUID) $(LIBEXT2FS) $(LIBINTL) \
  -		$(CLOCK_GETTIME_LIB)
  +		$(CLOCK_GETTIME_LIB) $(SYSLIBS)
   
   journal.o: $(srcdir)/../debugfs/journal.c
   	$(E) "	CC $@"
  -- 
  2.7.3