File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ dnl libtool configuration
5858dnl ####
5959LT_INIT([ shared pic-only] )
6060
61- dnl ####
62- dnl linker version script support
63- dnl ####
64- gl_LD_VERSION_SCRIPT
65-
6661dnl ####
6762dnl enable silent builds by default
6863dnl ####
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ libseccomp_la_CFLAGS = ${AM_CFLAGS} ${CODE_COVERAGE_CFLAGS} ${CFLAGS} \
6666 -fPIC -DPIC -fvisibility=hidden
6767libseccomp_la_LDFLAGS = ${AM_LDFLAGS} ${CODE_COVERAGE_LDFLAGS} ${LDFLAGS} \
6868 -version-number ${VERSION_MAJOR}:${VERSION_MINOR}:${VERSION_MICRO}
69- if HAVE_LD_VERSION_SCRIPT
7069libseccomp_la_LDFLAGS += -Wl,--version-script=$(srcdir ) /libseccomp.map
71- endif
7270
7371EXTRA_DIST += syscalls.perf.c syscalls.perf
7472CLEANFILES = syscalls.perf.c syscalls.perf
You can’t perform that action at this time.
0 commit comments