libproc-ng: fix ld version script file support
Notice that contents of file library.map file are almost certainly wrong as it is making everything exported. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
@@ -4,7 +4,12 @@ lib_LTLIBRARIES = libproc-ng.la
|
||||
|
||||
libproc_ng_ladir = $(ladir)
|
||||
libproc_ng_la_LIBADD = $(LIB_KPARTS)
|
||||
libproc_ng_la_LDFLAGS = $(all_libraries) -release $(PACKAGE_VERSION) -no-undefined
|
||||
libproc_ng_la_LDFLAGS = \
|
||||
$(AM_LDFLAGS) \
|
||||
$(all_libraries) \
|
||||
-release $(PACKAGE_VERSION) \
|
||||
-no-undefined \
|
||||
-Wl,--version-script=$(top_srcdir)/proc/library.map
|
||||
|
||||
libproc_ng_la_SOURCES = \
|
||||
alloc.c \
|
||||
|
||||
Reference in New Issue
Block a user