Skip to content

Commit c4be5f1

Browse files
committed
courier-authlib: also strip --enable-new-dtags on macOS.
1 parent 422cd2e commit c4be5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/courier-authlib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.67 2024/02/12 17:24:07 hans Exp $
1+
# $NetBSD: Makefile,v 1.68 2024/02/21 03:46:06 schmonz Exp $
22

33
.include "Makefile.common"
44

@@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-pkgconfdir=${PKG_SYSCONFDIR}
3232
CONFIGURE_ARGS+= --without-stdheaderdir
3333

3434
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--enable-new-dtags
35+
BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--enable-new-dtags
3536

3637
CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
3738

0 commit comments

Comments
 (0)