[Title] Turn on option '--enable-sqllite=yes' 2.0alpha master 2.0_alpha submit/master/20120920.151047
authorKeunsoon Lee <keunsoon.lee@samsung.com>
Fri, 13 Jul 2012 06:14:32 +0000 (15:14 +0900)
committerKeunsoon Lee <keunsoon.lee@samsung.com>
Wed, 22 Aug 2012 05:57:24 +0000 (14:57 +0900)
[Issue#] N/A
[Problem] Using soup-cookie-jar-sqlite.h
[Cause] N/A
[Solution] Turn on the option on libsoup2.4.spec

Change-Id: If324c53b84b58fb69a61fbdc1f5ce749d0d67884

packaging/libsoup2.4.spec

index be3fd4f..81e0bfe 100644 (file)
@@ -42,8 +42,8 @@ an HTTP library implementation in C (development files).
 
 %build
 touch gtk-doc.make
-./autogen.sh --prefix=/usr --without-gnome --disable-tls-check --disable-static
-#./autogen.sh --prefix=/usr --without-gnome --enable-sqllite=yes --disable-tls-check --disable-static
+#./autogen.sh --prefix=/usr --without-gnome --disable-tls-check --disable-static
+./autogen.sh --prefix=/usr --without-gnome --enable-sqllite=yes --disable-tls-check --disable-static
 
 make %{?jobs:-j%jobs}