pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Explicitly unset CONFIG_SITE. Some Linux distributi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/715d2767768a
branches:  trunk
changeset: 351731:715d2767768a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 26 16:51:56 2016 +0000

description:
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.

diffstat:

 mk/bsd.pkg.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b6b408e522a9 -r 715d2767768a mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Aug 26 14:57:43 2016 +0000
+++ b/mk/bsd.pkg.mk     Fri Aug 26 16:51:56 2016 +0000
@@ -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+=      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