Skip to content

Commit

Permalink
courier-authlib: also strip --enable-new-dtags on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Feb 21, 2024
1 parent 422cd2e commit c4be5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/courier-authlib/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2024/02/12 17:24:07 hans Exp $
# $NetBSD: Makefile,v 1.68 2024/02/21 03:46:06 schmonz Exp $

.include "Makefile.common"

Expand Down Expand Up @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-pkgconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --without-stdheaderdir

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

CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS

Expand Down

0 comments on commit c4be5f1

Please sign in to comment.