Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 19:06:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469953 - head/Mk
Message-ID:  <201805141906.w4EJ6EOP002367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 14 19:06:13 2018
New Revision: 469953
URL: https://svnweb.freebsd.org/changeset/ports/469953

Log:
  Remove LIBDIR from build env variable
  
  This is leaking LIBDIR information (which is defined in base share/mk/*) to
  the build environement with a value which is not really suitable for ports
  (/usr/lib) which may have an impact on some build system forcing the maintainer
  to override the value.
  
  Revealed during the update of liblz4
  
  PR:		228059
  Submitted by:	bapt
  Exp-run by:	antoine

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon May 14 19:01:26 2018	(r469952)
+++ head/Mk/bsd.port.mk	Mon May 14 19:06:13 2018	(r469953)
@@ -2043,7 +2043,6 @@ MAKEFILE?=		Makefile
 MAKE_CMD?=		${BSDMAKE}
 MAKE_ENV+=		PREFIX=${PREFIX} \
 			LOCALBASE=${LOCALBASE} \
-			LIBDIR="${LIBDIR}" \
 			CC="${CC}" CFLAGS="${CFLAGS}" \
 			CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \
 			LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141906.w4EJ6EOP002367>