mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 12:58:14 +00:00 
			
		
		
		
	The ebpf packages were somewhat neglected during the restructuring of the the repository and currently do not build. They were also a little awkward to use. So move them to ./projects for now until it matures. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- libelf/Makefile.am-orig
 | |
| +++ libelf/Makefile.am
 | |
| @@ -95,7 +95,7 @@
 | |
|  libelf_pic_a_SOURCES =
 | |
|  am_libelf_pic_a_OBJECTS = $(libelf_a_SOURCES:.c=.os)
 | |
|  
 | |
| -libelf_so_LDLIBS = -lz
 | |
| +libelf_so_LDLIBS = -lz -lintl
 | |
|  if USE_LOCKS
 | |
|  libelf_so_LDLIBS += -lpthread
 | |
|  endif
 |