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 /guix/refs/?id=5d2d081af0dfebb2f9af367a39e6696618f12dcf'>refslogtreecommitdiff
path: root/gnu/packages/tls.scm
AgeCommit message (Expand)Author
2024-04-30gnu: guile-gnutls: Update to 4.0.0....Christopher Baines
2024-02-05gnu: Add mbedtls, version 3.5.2....Hilton Chain
2024-02-05gnu: mbedtls-apache: Rename to mbedtls-lts....Hilton Chain
2024-02-05gnu: mbedtls-apache: Use gexps....Hilton Chain
2024-02-05gnu: mbedtls-apache: Update to 2.28.7....Hilton Chain
2024-02-05gnu: mbedtls-for-hiawatha: Update package style....Hilton Chain
2024-02-05gnu: mbedtls-for-hiawatha: Use inherited source....Hilton Chain
2024-01-20gnu: gnutls: Update to 3.8.3 [security-fixes]....Jack Hill
2024-01-11gnu: Update guile-gnutls to 3.7.14....David Thompson
2024-01-05gnutls: Update to 3.8.2 (fixes CVE-2023-5981)....Maxim Cournoyer
2024-01-04gnu: openssl: Fix building on x86_64-linux-gnux32....Efraim Flashner
2023-12-12Revert "gnu: openssl: Don't error when targeting avr."...Efraim Flashner
2023-12-12gnu: openssl: Don't error when targeting avr....Efraim Flashner
2023-11-07gnu: mbedtls-apache: Update to 2.28.5....John Kehayias
2023-10-24gnu: gnutls@3.8: Do not rely expect ‘PATH_MAX’ definition on GNU/Hurd....Ludovic Courtès
2023-10-20gnu: gnutls: Replace with 3.8.1....Christopher Baines