]> git.pld-linux.org Git - packages/redland.git/blob - redland-system-repat.patch
- massive attack: source-md5
[packages/redland.git] / redland-system-repat.patch
1 diff -Nur redland-0.9.12.orig/configure.in redland-0.9.12/configure.in
2 --- redland-0.9.12.orig/configure.in    2003-05-23 21:15:06.000000000 +0200
3 +++ redland-0.9.12/configure.in 2003-05-23 21:17:50.000000000 +0200
4 @@ -900,10 +900,7 @@
5  fi
6  
7  if test $need_repat = 1; then
8 -  # Always have local copy
9 -  SD="$SD repat"
10 -  LIBRDF_INTERNAL_CPPFLAGS="-I\$(top_srcdir) $LIBRDF_INTERNAL_CPPFLAGS"
11 -  LIBRDF_INTERNAL_LIBS="\$(top_builddir)/repat/librepat.la $LIBRDF_INTERNAL_LIBS"
12 +  LIBRDF_INTERNAL_LIBS="-lrepat $LIBRDF_INTERNAL_LIBS"
13  fi
14  
15  
16 diff -Nur redland-0.9.12.orig/Makefile.am redland-0.9.12/Makefile.am
17 --- redland-0.9.12.orig/Makefile.am     2003-05-23 21:15:06.000000000 +0200
18 +++ redland-0.9.12/Makefile.am  2003-05-23 21:18:11.000000000 +0200
19 @@ -23,7 +23,7 @@
20  noinst_SCRIPTS = redland-src-config
21  
22  # Subdirectories to build/install etc.
23 -SUBDIRS=@SD@ repat librdf raptor examples utils
24 +SUBDIRS=@SD@ librdf raptor examples utils
25  CONFIG_SUBDIRS=raptor
26  # Subdirectories to use for distribution
27  DIST_SUBDIRS=librdf docs examples \
This page took 0.039341 seconds and 3 git commands to generate.