66b79a1c1f
3.4.2-rc3 is final; added few extra fixes; fixed build on Factory again OBS-URL: https://build.opensuse.org/request/show/82215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=21
12 lines
777 B
Diff
12 lines
777 B
Diff
--- redland/raptor/makefile.mk.old 2011-05-20 18:06:05.000000000 +0200
|
|
+++ redland/raptor/makefile.mk 2011-09-12 16:23:05.000000000 +0200
|
|
@@ -132,7 +132,7 @@ CONFIGURE_DIR=
|
|
CONFIGURE_ACTION=.$/configure
|
|
# do not enable grddl parser (#i93768#)
|
|
CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --enable-parsers="rdfxml ntriples turtle trig guess rss-tag-soup" --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml
|
|
-BUILD_ACTION=$(GNUMAKE)
|
|
+BUILD_ACTION=sed -i -e "s|\(sys_lib_dlsearch_path_spec=\"\)|\1/usr/lib64 |" libtool && $(GNUMAKE)
|
|
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
|
|
BUILD_DIR=$(CONFIGURE_DIR)
|
|
.ENDIF
|