Skip to content

Commit 89d0f66

Browse files
committed
Remove version-script support tests
1 parent 8a7cebf commit 89d0f66

3 files changed

Lines changed: 0 additions & 57 deletions

File tree

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ dnl libtool configuration
5858
dnl ####
5959
LT_INIT([shared pic-only])
6060

61-
dnl ####
62-
dnl linker version script support
63-
dnl ####
64-
gl_LD_VERSION_SCRIPT
65-
6661
dnl ####
6762
dnl enable silent builds by default
6863
dnl ####

m4/ld-version-script.m4

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ libseccomp_la_CFLAGS = ${AM_CFLAGS} ${CODE_COVERAGE_CFLAGS} ${CFLAGS} \
6666
-fPIC -DPIC -fvisibility=hidden
6767
libseccomp_la_LDFLAGS = ${AM_LDFLAGS} ${CODE_COVERAGE_LDFLAGS} ${LDFLAGS} \
6868
-version-number ${VERSION_MAJOR}:${VERSION_MINOR}:${VERSION_MICRO}
69-
if HAVE_LD_VERSION_SCRIPT
7069
libseccomp_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libseccomp.map
71-
endif
7270

7371
EXTRA_DIST += syscalls.perf.c syscalls.perf
7472
CLEANFILES = syscalls.perf.c syscalls.perf

0 commit comments

Comments
 (0)