diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-08-23 11:55:26 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-08-23 11:58:23 +0200 |
commit | 12c96bfc675b724f8178cd7721fa6f22da04feaf (patch) | |
tree | a246cb1cbbbadb112ba132718662113dd9eb8fbb /recipes/ibrdtn/files/remove-problematic-cflags.patch | |
parent | 373526c1760abc23667538b2c4258846806cc2e4 (diff) |
ibrdtn: Add latest release and improve .inc usage
Diffstat (limited to 'recipes/ibrdtn/files/remove-problematic-cflags.patch')
-rw-r--r-- | recipes/ibrdtn/files/remove-problematic-cflags.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ibrdtn/files/remove-problematic-cflags.patch b/recipes/ibrdtn/files/remove-problematic-cflags.patch new file mode 100644 index 0000000000..a004cac928 --- /dev/null +++ b/recipes/ibrdtn/files/remove-problematic-cflags.patch @@ -0,0 +1,10 @@ +Index: ibrdtn-0.4.2/ibrdtn.pc.in +=================================================================== +--- ibrdtn-0.4.2.orig/ibrdtn.pc.in 2010-08-20 15:54:02.000000000 +0200 ++++ ibrdtn-0.4.2/ibrdtn.pc.in 2010-08-23 11:15:45.000000000 +0200 +@@ -8,4 +8,4 @@ + Requires: ibrcommon + Version: @VERSION@ + Libs: -L${libdir} -l@GENERIC_LIBRARY_NAME@ @ibrcommon_LIBS@ +-Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@ -I${libdir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/include @ibrcommon_CFLAGS@ ++Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@ -I${libdir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/include |