pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q3]: pkgsrc/filesystems/squashfs Pullup ticket #5114 - req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/777617578013
branches:  pkgsrc-2016Q3
changeset: 408767:777617578013
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Oct 01 14:39:06 2016 +0000

description:
Pullup ticket #5114 - requested by joerg
filesystems/squashfs: build fix

Revisions pulled up:
- filesystems/squashfs/Makefile                                 1.2

---
   Module Name: pkgsrc
   Committed By:        joerg
   Date:                Sat Oct  1 13:00:42 UTC 2016

   Modified Files:
        pkgsrc/filesystems/squashfs: Makefile

   Log Message:
   Provide lib path as well as rpath.

diffstat:

 filesystems/squashfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 207df07c9f32 -r 777617578013 filesystems/squashfs/Makefile
--- a/filesystems/squashfs/Makefile     Sat Oct 01 14:37:08 2016 +0000
+++ b/filesystems/squashfs/Makefile     Sat Oct 01 14:39:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/09 15:40:17 scole Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2016/10/01 14:39:06 bsiegert 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