Skip to content

Commit 2268bb4

Browse files
committed
Drop -single_module from DSOFLAGS on macOS.
1 parent 57989e2 commit 2268bb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5242,7 +5242,7 @@ then :
52425242

52435243
LIBCUPS="$LIBCUPS_BASE.3.dylib"
52445244
DSO="\$(CC)"
5245-
DSOFLAGS="$DSOFLAGS -Wl,-no_warn_inits -dynamiclib -single_module -lc"
5245+
DSOFLAGS="$DSOFLAGS -Wl,-no_warn_inits -dynamiclib -lc"
52465246
;; #(
52475247
sunos*) :
52485248

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ AS_IF([test x$enable_shared != xno], [
444444
], [darwin*], [
445445
LIBCUPS="$LIBCUPS_BASE.3.dylib"
446446
DSO="\$(CC)"
447-
DSOFLAGS="$DSOFLAGS -Wl,-no_warn_inits -dynamiclib -single_module -lc"
447+
DSOFLAGS="$DSOFLAGS -Wl,-no_warn_inits -dynamiclib -lc"
448448
], [sunos*], [
449449
LIBCUPS="$LIBCUPS_BASE.so.3"
450450
DSO="\$(CC)"

0 commit comments

Comments
 (0)