609cfb3437bff4a362a1b5e75f9f83781d39e582
[navit-package] / debian / patches / remove-mini-libc
1 Handles the removal of the embedded mini-libc from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-03-12 22:27:00.000000000 +0100
5 +++ navit/configure.in  2009-03-12 22:27:08.000000000 +0100
6 @@ -734,7 +734,6 @@
7  navit/speech/speech_dispatcher/Makefile
8  navit/support/Makefile
9  navit/support/ezxml/Makefile
10 -navit/support/libc/Makefile
11  navit/support/win32/Makefile
12  navit/support/wordexp/Makefile
13  navit/support/zlib/Makefile
14 Index: navit/navit/support/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/support/Makefile.am        2009-03-12 22:27:00.000000000 +0100
17 +++ navit/navit/support/Makefile.am     2009-03-12 22:27:08.000000000 +0100
18 @@ -11,7 +11,4 @@
19  if SUPPORT_ZLIB
20    SUBDIRS+=zlib
21  endif
22 -if SUPPORT_LIBC
23 - SUBDIRS+=libc
24 -endif
25 -DIST_SUBDIRS=ezxml wordexp win32 zlib libc
26 +DIST_SUBDIRS=ezxml wordexp win32 zlib