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. Borrowed from similar patch for GNU Make and adjusted for Remake. --- remake-4.3+dbg-1.5/src/read.c.orig 2020-03-14 17:06:16.000000000 -0500 +++ remake-4.3+dbg-1.5/src/read.c 2020-07-31 22:34:03.862383862 -0500 @@ -104,7 +104,7 @@ # define INCLUDEDIR "." #endif INCLUDEDIR, -#ifndef _AMIGA +#if 0 "/usr/gnu/include", "/usr/local/include", "/usr/include", --- remake-4.3+dbg-1.5/src/remake.c.orig 2020-03-14 17:06:16.000000000 -0500 +++ remake-4.3+dbg-1.5/src/remake.c 2020-07-31 22:34:26.798330508 -0500 @@ -1665,8 +1665,10 @@ { static const char *dirs[] = { +#if 0 "/lib", "/usr/lib", +#endif #if defined(WINDOWS32) && !defined(LIBDIR) /* * This is completely up to the user at product install time. Just define ht'>
aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2020-02-22build: Depend on guile-ssh 0.12.0...Lars-Dominik Braun
2019-08-17build: 'GUIX_CHECK_GUILE_JSON' really checks for Guile-JSON 3.x....Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-01build: Check for Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-06build: Detect broken 'equal?' in Guile 2.2.1....Ludovic Courtès
2017-06-30build: Remove check for broken (srfi srfi-37)....Ludovic Courtès
2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'....Efraim Flashner
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès
2016-08-10build: Correctly determine the system type for GNU/Hurd systems....Manolis Ragkousis
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès
2016-07-19Add (guix zlib)....Ludovic Courtès