svn commit: r453206 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Mon Oct 30 19:04:03 UTC 2017


Author: mandree
Date: Mon Oct 30 19:04:02 2017
New Revision: 453206
URL: https://svnweb.freebsd.org/changeset/ports/453206

Log:
  e2fsprogs, prepend new .so dir to RPATH/RUNPATH...
  
  ...so that the tools other than e2fsck find their libraries.
  
  Reported by: ehaupt@

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Mon Oct 30 18:36:39 2017	(r453205)
+++ head/sysutils/e2fsprogs/Makefile	Mon Oct 30 19:04:02 2017	(r453206)
@@ -3,7 +3,7 @@
 
 PORTNAME=	e2fsprogs
 PORTVERSION=	1.43.7
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES?=	sysutils
 MASTER_SITES=	KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
 
@@ -37,7 +37,7 @@ CONFIGURE_ARGS?=--disable-fsck \
 		--includedir='${PREFIX}/include/e2fsprogs/' \
 		--with-root-prefix='${PREFIX}' \
 		--without-included-gettext \
-		LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
+		LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs'
 CPPFLAGS+=	-I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS
 MAKE_ARGS+=	pkgconfigdir='${PREFIX}/libdata/pkgconfig'
 MAKE_ENV+=	CHECK_CMD=@true


More information about the svn-ports-all mailing list