pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bigloo: fix LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Mar 8 14:50:20 2025 +0100
Changeset:	7d296af442334d048e7a67e43480986ccf8c25ae

Modified Files:
	bigloo/Makefile

Log Message:
bigloo: fix LDFLAGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7d296af442334d048e7a67e43480986ccf8c25ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bigloo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bigloo/Makefile b/bigloo/Makefile
index ad02eaa474..922d763ab3 100644
--- a/bigloo/Makefile
+++ b/bigloo/Makefile
@@ -17,7 +17,7 @@ HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	yes
 INFO_FILES=	yes
 
-LDFLAGS+=	${COMPILER_RPATH_FLAG}
+LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/bigloo/${PKGVERSION_NOREV}
 
 CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc
 CONFIGURE_ARGS+=	--cflags=${CFLAGS:M*:Q}


Home | Main Index | Thread Index | Old Index