Search
j0ke.net Open Build Service
>
Projects
>
devel
:
erlang
>
CouchDB-svn
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
couchdb.spec
@@ -24,7 +24,8 @@ export JSINCLUDE=`xulrunner-config --idlflags | sed -e s@-I@@g` export JSLIB=`xulrunner-config --libs | sed -e s@-L@@g` -%configure --with-js-include=${JSINCLUDE} --with-js-lib=${JSLIB} || cat config.log +%configure --with-js-include=${JSINCLUDE} --with-js-lib=${JSLIB} \ + CFLAGS="`xulrunner-config --idlflags`/js" || cat config.log %build %{__make}