apr-util: fix for -Wimplicit-int
This commit is contained in:
parent
c4d86008da
commit
2435e619d2
11
srcpkgs/apr-util/patches/implicit-int.patch
Normal file
11
srcpkgs/apr-util/patches/implicit-int.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/build/dbm.m4
|
||||||
|
+++ b/build/dbm.m4
|
||||||
|
@@ -235,7 +235,7 @@ AC_DEFUN([APU_TRY_BERKELEY_DB],
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <$apu_try_berkeley_db_header>
|
||||||
|
-main ()
|
||||||
|
+int main ()
|
||||||
|
{
|
||||||
|
int major, minor, patch;
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user