From 2c6e286d8135ae3303e990ef95e2d987860e2d90 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sun, 26 Sep 2021 17:34:16 +0900 Subject: [PATCH] configure: stop to add /usr/local to EXTRA_INCS and _LIBS for BSD It may result in unwanted 3rd party software picked up for CDE build. --- cde/configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 9a962581f..2ae18279e 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -123,13 +123,10 @@ AM_CONDITIONAL([HPUX], [test "$build_hpux" = "yes"]) dnl Add osmajor/minor version to cppflags. OSVERSION="-DOSMAJORVERSION=$OSMAJORVERSION -DOSMINORVERSION=$OSMINORVERSION" -dnl set CSRG_BASED define for the BSD's. Also, they use /usr/local -dnl for a lot of things, so add that to the INCS and LIBS +dnl set CSRG_BASED define for the BSD's. if test "$bsd" = "yes" then SOURCE_CPP_DEFINES="${SOURCE_CPP_DEFINES} -DCSRG_BASED" - EXTRA_INCS="-I/usr/local/include ${EXTRA_INCS}" - EXTRA_LIBS="-L/usr/local/lib ${EXTRA_LIBS}" fi is_x86_64=no