[ocserv/f20] depend on talloc

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Jun 2 07:16:27 UTC 2014


commit 43cb523d174a61a1c119c9cf1f8f0670938e44db
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Mon May 26 13:09:24 2014 +0200

    depend on talloc

 ocserv.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ocserv.spec b/ocserv.spec
index 87a96ca..7db9d6b 100644
--- a/ocserv.spec
+++ b/ocserv.spec
@@ -29,6 +29,7 @@ BuildRequires:	libnl3-devel
 BuildRequires:	readline-devel
 BuildRequires:	autogen
 BuildRequires:	pcllib-devel
+BuildRequires:	libtalloc-devel
 BuildRequires:	http-parser-devel
 BuildRequires:	tcp_wrappers-devel
 BuildRequires:	automake, autoconf
@@ -62,6 +63,7 @@ to provide the secure VPN service.
 %setup -q
 rm -f src/http-parser/http_parser.c src/http-parser/http_parser.h
 rm -rf src/protobuf/
+rm -rf src/ccan/talloc
 rm -f libopts/*.c libopts/*.h libopts/*/*.c libopts/*/*.h
 rm -f src/pcl/*.c src/pcl/*.h
 sed -i 's|/etc/ocserv.conf|/etc/ocserv/ocserv.conf|g' src/config.c


More information about the scm-commits mailing list