You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2018/06/22 19:30:43 UTC

svn commit: r1834160 - /santuario/xml-security-cpp/trunk/xml-security-c.spec

Author: scantor
Date: Fri Jun 22 19:30:43 2018
New Revision: 1834160

URL: http://svn.apache.org/viewvc?rev=1834160&view=rev
Log:
Include explicit openssl requirement in configure.

Modified:
    santuario/xml-security-cpp/trunk/xml-security-c.spec

Modified: santuario/xml-security-cpp/trunk/xml-security-c.spec
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xml-security-c.spec?rev=1834160&r1=1834159&r2=1834160&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xml-security-c.spec (original)
+++ santuario/xml-security-cpp/trunk/xml-security-c.spec Fri Jun 22 19:30:43 2018
@@ -67,7 +67,7 @@ This package includes files needed for d
 %setup -q
 
 %build
-%configure %{!?_with_xalan: --without-xalan} %{!?_enable_xkms: --disable-xkms}
+%configure --with-openssl %{!?_with_xalan: --without-xalan} %{!?_enable_xkms: --disable-xkms}
 %{__make}
 
 %install