summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls/guile-gnulib-includes.patch
blob: 1624d1f7ab9dc1efafebcc97c0e9a9705b80c695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
commit 699ae6ef085c699dd5f3fb460b0f8a2408cc2860
Author: Simon Josefsson <simon@josefsson.org>
Date:   Thu Aug 9 15:24:11 2012 +0200

    Add gnulib -I's to guile-snarf command.

--- gnutls-3.0.22/guile/src/Makefile.in	2012-08-04 20:52:39.000000000 +0200
+++ gnutls-3.0.22/guile/src/Makefile.in	2012-08-11 21:55:20.000000000 +0200
@@ -1564,7 +1564,7 @@ AM_CPPFLAGS = \
 # `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
 # included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
 snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	       $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
+	       $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
 
 all: $(BUILT_SOURCES)
 	$(MAKE) $(AM_MAKEFLAGS) all-am