pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/squashfs Provide lib path as well as rpath.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d180059c44e
branches: trunk
changeset: 353248:5d180059c44e
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Oct 01 13:00:42 2016 +0000
description:
Provide lib path as well as rpath.
diffstat:
filesystems/squashfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ef15ab844b5c -r 5d180059c44e filesystems/squashfs/Makefile
--- a/filesystems/squashfs/Makefile Sat Oct 01 13:00:10 2016 +0000
+++ b/filesystems/squashfs/Makefile Sat Oct 01 13:00:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/09 15:40:17 scole Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/01 13:00:42 joerg Exp $
DISTNAME= squashfs${VERSION}
PKGNAME= squashfs-${VERSION}
@@ -28,7 +28,7 @@
SQUASH_PKG_DOC= ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}
do-build:
- cd ${WRKSRC} && env EXTRA_LDFLAGS="${COMPILER_RPATH_FLAG}${PREFIX}/lib" \
+ cd ${WRKSRC} && env EXTRA_LDFLAGS="-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib" \
${GMAKE} ${BUILD_MAKE_FLAGS}
do-install:
Home |
Main Index |
Thread Index |
Old Index