[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: Fix include paths in Makefiles.
From: |
Collin Funk |
Subject: |
[PATCH] build: Fix include paths in Makefiles. |
Date: |
Sat, 15 Jun 2024 02:16:12 -0700 |
User-agent: |
Mozilla Thunderbird |
Hi,
When building Mailutils I see many warnings like this:
cc1: warning: /libmailutils: No such file or directory
[-Wmissing-include-dirs]
cc1: warning: /libmailutils: No such file or directory
[-Wmissing-include-dirs]
cc1: warning: /libmailutils: No such file or directory
[-Wmissing-include-dirs]
cc1: warning: /libmailutils: No such file or directory
[-Wmissing-include-dirs]
The cause is in libmailutils Makefile.am's use -I/libmailutils but I
think they should be using -I$(top_srcdir)/libmailutils .
I attached a patch that silences the warnings. Let me know if I am
missing something. Thanks.
Collin
0001-build-Fix-include-paths-in-Makefiles.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: Fix include paths in Makefiles.,
Collin Funk <=