depend on talloc

epel9
Nikos Mavrogiannopoulos 11 years ago
parent 100c73194f
commit 67813f7c1f

@ -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

Loading…
Cancel
Save