source: branches/fc15-dev/server/fedora/specs/redland-bindings.spec.patch @ 2026

Last change on this file since 2026 was 2026, checked in by achernya, 12 years ago
Merge r1989-2025 from trunk to branches/fc15-dev
File size: 717 bytes
RevLine 
[2001]1--- redland-bindings.spec       2011-10-12 14:51:58.000000000 -0400
2+++ redland-bindings-php.spec   2011-10-13 10:15:24.000000000 -0400
3@@ -1,6 +1,6 @@
4 Name:           redland-bindings
5 Version:        1.0.7.1
6-Release:        1%{?dist}
7+Release:        1%{?dist}.scripts.%{scriptsversion}
8 Summary:        Redland RDF Application Framework API Bindings
9 
10 Group:          System Environment/Libraries
11@@ -137,6 +137,9 @@
12 autoconf
13 automake
14 
15+# Horrible hack to make PHP work
16+sed -i -e 's/zend_error_noreturn/zend_error/' php/*
17+
18 # when specifying system redland, the configure check for the version
19 # allows newer redland libraries; without it it doesn't.
20 # authors says that older bindings work with newer redlands.
Note: See TracBrowser for help on using the repository browser.