Logoj0ke.net Open Build Service > Projects > devel:erlang > CouchDB-svn > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed couchdb.spec
 
1
@@ -24,7 +24,8 @@
2
 export JSINCLUDE=`xulrunner-config --idlflags | sed -e s@-I@@g`
3
 export JSLIB=`xulrunner-config --libs | sed -e s@-L@@g`
4
 
5
-%configure --with-js-include=${JSINCLUDE} --with-js-lib=${JSLIB} || cat config.log 
6
+%configure --with-js-include=${JSINCLUDE} --with-js-lib=${JSLIB} \
7
+   CFLAGS="`xulrunner-config --idlflags`/js" || cat config.log 
8
 
9
 %build
10
 %{__make}
11