File: implicit-decl.patch

package info (click to toggle)
hdf-eos5 2%3A2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,692 kB
  • sloc: ansic: 92,051; fortran: 31,463; sh: 11,395; makefile: 492
file content (16 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix implicit-declaration issue
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066412
Last-Updated: 2024-03-13
Forwarded: no

--- a/configure.ac
+++ b/configure.ac
@@ -272,6 +272,7 @@
         AC_TRY_RUN(
             [
                 #include <stddef.h>
+		#include <stdlib.h>
                 #include <szlib.h>
 
                 int main(void)