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

Changes of Revision 3

[-] Changed couchdb.spec
 
1
@@ -20,7 +20,8 @@
2
 %setup
3
 ./bootstrap -C
4
 
5
-%configure LDFLAGS="-L%{_libdir}/xulrunner-1.8.0.1" || cat config.log
6
+%configure --with-js-lib=%{_libdir}/xulrunner-1.8.0.1 \
7
+    LDFLAGS="-L%{_libdir}/xulrunner-1.8.0.1" || cat config.log
8
 
9
 %build
10
 %{__make}
11