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 9
[-]
[+]
Changed
couchdb.spec
@@ -21,9 +21,10 @@ %setup ./bootstrap -C -%configure \ - CFLAGS="`xulrunner-config --cflags`" \ - LDFLAGS="`xulrunner-config --libs`" || cat config.log +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 %build %{__make}