pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2016Q3] pkgsrc/filesystems/squashfs
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Oct 1 14:39:06 UTC 2016
Modified Files:
pkgsrc/filesystems/squashfs [pkgsrc-2016Q3]: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/filesystems/squashfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/squashfs/Makefile
diff -u pkgsrc/filesystems/squashfs/Makefile:1.1 pkgsrc/filesystems/squashfs/Makefile:1.1.2.1
--- pkgsrc/filesystems/squashfs/Makefile:1.1 Fri Sep 9 15:40:17 2016
+++ pkgsrc/filesystems/squashfs/Makefile Sat Oct 1 14:39:06 2016
@@ -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 @@ WRKSRC= ${SQUASH_DIR}/squashfs-tools
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