mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 08:20:01 +00:00
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
|