source: trunk/server/fedora/specs/redland-bindings.spec.patch @ 2003

Last change on this file since 2003 was 2001, checked in by achernya, 13 years ago
Scriptsify redland-bindings redland-bindings, which is the source package that provides php-redland, is broken upstream, which prevents the module from being used. This rebuild corrects this issue by changing zend_error_noreturn to zend_error.
File size: 717 bytes
  • .spec

    old new  
    11Name:           redland-bindings
    22Version:        1.0.7.1
    3 Release:        1%{?dist}
     3Release:        1%{?dist}.scripts.%{scriptsversion}
    44Summary:        Redland RDF Application Framework API Bindings
    55
    66Group:          System Environment/Libraries
     
    137137autoconf
    138138automake
    139139
     140# Horrible hack to make PHP work
     141sed -i -e 's/zend_error_noreturn/zend_error/' php/*
     142
    140143# when specifying system redland, the configure check for the version
    141144# allows newer redland libraries; without it it doesn't.
    142145# authors says that older bindings work with newer redlands.
Note: See TracBrowser for help on using the repository browser.