pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/passenger passenger: Hacky fix for .la leaking int...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6684c0b3eca4
branches: trunk
changeset: 385268:6684c0b3eca4
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Sep 12 20:42:15 2022 +0000
description:
passenger: Hacky fix for .la leaking into LDFLAGS.
diffstat:
www/passenger/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1f13a9b7d1e0 -r 6684c0b3eca4 www/passenger/Makefile.common
--- a/www/passenger/Makefile.common Mon Sep 12 18:44:51 2022 +0000
+++ b/www/passenger/Makefile.common Mon Sep 12 20:42:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2020/05/27 19:37:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2022/09/12 20:42:15 jperkin Exp $
# used by www/ap2-passenger/Makefile
# used by www/passenger/Makefile
@@ -41,6 +41,8 @@
MAKE_ENV+= EXTRA_LDFLAGS=${COMPILER_RPATH_FLAG}${PREFIX}/lib
.if ${OPSYS} == "SunOS"
+BUILDLINK_TRANSFORM+= rm:${PREFIX}/lib/libiconv.la
+BUILDLINK_TRANSFORM+= rm:${PREFIX}/lib/libintl.la
MAKE_ENV+= LIBEV_EXTRA_ARGS=ac_cv_header_sys_inotify_h=no
.endif
Home |
Main Index |
Thread Index |
Old Index