libsoup: Fix build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-02 13:58:48 -04:00
parent 67d4db430a
commit 141a73ab38
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name = libsoup
version = %{ver_major}.%{ver_minor}
ver_major = 2.54
ver_minor = 0.1
release = 1
release = 2
groups = System/Libraries
url = http://live.gnome.org/LibSoup
@ -38,6 +38,8 @@ build
vala-devel >= 0.32
end
export LD_LIBRARY_PATH = %{DIR_APP}/libsoup/.libs
configure_options += \
--enable-introspection=yes \
--disable-tls-check \