File: Remove-config.h.patch

package info (click to toggle)
gnome-recipes 2.0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,272 kB
  • sloc: ansic: 33,936; xml: 241; makefile: 198; sh: 172; python: 26
file content (24 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Helmut Grohne <helmut@subdivi.de>
Date: Tue, 22 Apr 2025 16:45:19 +0200
Subject: Remove config.h

to improve ability to cross build

https://bugs.debian.org/1103916
---
 tools/recipe-extract.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/recipe-extract.c b/tools/recipe-extract.c
index e86c214..a5cec88 100644
--- a/tools/recipe-extract.c
+++ b/tools/recipe-extract.c
@@ -18,8 +18,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "config.h"
-
 #include <locale.h>
 
 #include <glib.h>