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