updated spec enabled ssl 57/3157/1
authorKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:10:40 +0000 (13:10 -0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:10:40 +0000 (13:10 -0800)
configure.ac
packaging/libwebsockets.spec

index 685906c..667cfbf 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
 
 : ${CFLAGS=""}
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
-AM_PROG_AR
+#AM_PROG_AR
 LT_INIT(shared)
 
 #AX_PTHREAD
index d83cff3..117a81d 100644 (file)
@@ -9,6 +9,7 @@ Source0:    %{name}-%{version}.tar.bz2
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: zlib-devel
+BuildRequires: openssl-devel
 
 %description
 C Websockets Server Library
@@ -27,7 +28,7 @@ Development files needed for building websocket clients and servers
 %build
 
 ./autogen.sh
-%configure
+%configure --enable-openssl
 
 make %{?jobs:-j%jobs}