pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: joerg
Date: Fri Aug 26 16:51:56 UTC 2016
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Explicitly unset CONFIG_SITE. Some Linux distributions like SuSE set it
in the default environment and provide a config.site overriding the
default libdir settings. This breaks havoc with our PLISTs and expected
library paths, so kill it.
To generate a diff of this commit:
cvs rdiff -u -r1.2020 -r1.2021 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/bsd.pkg.mk
diff -u pkgsrc/mk/bsd.pkg.mk:1.2020 pkgsrc/mk/bsd.pkg.mk:1.2021
--- pkgsrc/mk/bsd.pkg.mk:1.2020 Sat Jun 11 12:41:30 2016
+++ pkgsrc/mk/bsd.pkg.mk Fri Aug 26 16:51:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.2020 2016/06/11 12:41:30 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.2021 2016/08/26 16:51:56 joerg Exp $
#
# This file is in the public domain.
#
@@ -180,6 +180,7 @@ ALL_ENV+= LINKER_RPATH_FLAG=${LINKER_RPA
ALL_ENV+= PATH=${PATH:Q}:${LOCALBASE}/bin:${X11BASE}/bin
ALL_ENV+= PREFIX=${PREFIX}
ALL_ENV+= MAKELEVEL=0
+ALL_ENV+= CONFIG_SITE=
# This variable can be added to MAKE_ENV to ease installation of packages
# that use BSD-style Makefiles.
Home |
Main Index |
Thread Index |
Old Index