Skip to content

Commit cd11bf8

Browse files
committed
build: delete remains of WITH_SUN_LD
WITH_SUN_LD support was only partially removed in gromox-2.35-5-g9a242b18d.
1 parent 221f5eb commit cd11bf8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Makefile.am

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ lib_LTLIBRARIES = libgromox_common.la libgromox_dbop.la libgromox_epoll.la libgr
1212
noinst_LTLIBRARIES = libphp_mapi.la libgromox_abtree.la
1313
pkglibexec_PROGRAMS = cgkrepair delivery delivery-queue event gromox-snapshot http imap midb pop3 timer zcore tools/authtry tools/eidprint tools/textmapquery
1414
pkglib_LTLIBRARIES = libmapi4zf.la
15-
if WITH_GNU_LD
16-
platform_LDVSC = -Wl,--version-script=
17-
endif
18-
version_sc_SYFLAGS = ${platform_LDVSC}${srcdir}/default.sym
15+
version_sc_SYFLAGS = -Wl,--version-script=${srcdir}/default.sym
1916
default_SYFLAGS = ${version_sc_SYFLAGS${NO_VSYM}}
2017
plugin_LDFLAGS = -avoid-version -module
2118
pamlibdir = ${libdir}/security

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,10 @@ AC_ARG_WITH([ubsan], AS_HELP_STRING([--with-ubsan], [Activate Undefined Behavior
6969
my_LDFLAGS="$my_CXXFLAGS -fsanitize=undefined"
7070
NO_VSYM=1
7171
])
72-
AS_IF([test -n "$LD" && $LD -z help >/dev/null 2>/dev/null], [
73-
with_sun_ld=yes
74-
NO_VSYM=1
75-
], [with_sun_ld=no])
7672
AS_IF([test -z "$NO_VSYM"], [
7773
my_CFLAGS="$my_CFLAGS -fvisibility=hidden"
7874
my_CXXFLAGS="$my_CXXFLAGS -fvisibility=hidden -fvisibility-inlines-hidden"
7975
])
80-
AM_CONDITIONAL([WITH_SUN_LD], [test "$with_sun_ld" = yes])
8176
AC_SUBST([NO_VSYM])
8277

8378

0 commit comments

Comments
 (0)