Purity: don't look for library dependencies (of the form `-lfoo') in /lib and /usr/lib. Likewise, when searching for included Makefiles, don't look in /usr/include and friends. Patch from Nixpkgs, by Eelco Dolstra. diff -rc make-3.81-orig/src/read.c make-3.81/src/read.c *** make-3.81-orig/src/read.c 2006-03-17 15:24:20.000000000 +0100 --- make-3.81/src/read.c 2007-05-24 17:16:31.000000000 +0200 *************** *** 99,107 **** --- 99,109 ---- #endif INCLUDEDIR, #ifndef _AMIGA + #if 0 "/usr/gnu/include", "/usr/local/include", "/usr/include", + #endif #endif 0 }; diff -rc make-3.81-orig/src/remake.c make-3.81/src/remake.c *** make-3.81-orig/src/remake.c 2006-03-20 03:36:37.000000000 +0100 --- make-3.81/src/remake.c 2007-05-24 17:06:54.000000000 +0200 *************** *** 1452,1460 **** --- 1452,1462 ---- static char *dirs[] = { #ifndef _AMIGA + #if 0 "/lib", "/usr/lib", #endif + #endif #if defined(WINDOWS32) && !defined(LIBDIR) /* * This is completely up to the user at product install time. Just define x/about/'>aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-3-search-paths.patch
AgeCommit message (Expand)Author
2020-03-10gnu: python: Fix cross-compilation....Mathieu Othacehe
2020-02-06gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'....Ludovic Courtès
2020-01-24gnu: Python: Update to 3.8.1....Marius Bakke
2019-09-24gnu: python: Further cross-compilation fixes....Mathieu Othacehe
2019-02-23gnu: Python: Consolidate test patches....Marius Bakke
2019-02-09gnu: python: Fix FTBFS with GCC >= 6....Marius Bakke
2018-03-15gnu: python: Update to 3.6.4....Marius Bakke
2016-01-05gnu: python: Honor 'C_INCLUDE_PATH'....Ludovic Courtès
2015-10-08gnu: python: Simplify list of configure flags....Ludovic Courtès