Files
nixpkgs/pkgs/by-name/fr/freesweep/0003-remove-ac_func_malloc.patch
sanana 96c99d0145 freesweep: 1.0.2 -> 1.0.2-unstable-2024-04-19
freesweep has a new version in development and it seems to be usable,
let's update to it. I included a few patches to allow it to build
with and without mlibc (which I'm working on in #371092).
2025-01-25 18:24:09 +03:00

13 lines
339 B
Diff

diff --git a/configure.ac b/configure.ac
index ae08308..5262e56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,6 @@ AC_TYPE_SIZE_T
AC_TYPE_UID_T
# Checks for library functions.
-AC_FUNC_MALLOC
AC_CHECK_FUNCS([alarm getcwd memset mkdir setlocale strdup strncasecmp
fileno flock lockf getopt getopt_long])