diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 01:11:36 +0200 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 01:11:36 +0200 | 
| commit | b179d94eb3b87e46721e7060386ff1a2f64669a6 (patch) | |
| tree | 2d602225b423424100d022085376a36a765d0ff9 /openvpn/src/plugins/examples/build | |
| parent | 266db4b701d38f52fa246af45778bb2fcee9893c (diff) | |
Update openvpn to Version 2.3_alpha3
Diffstat (limited to 'openvpn/src/plugins/examples/build')
| -rwxr-xr-x | openvpn/src/plugins/examples/build | 15 | 
1 files changed, 0 insertions, 15 deletions
diff --git a/openvpn/src/plugins/examples/build b/openvpn/src/plugins/examples/build deleted file mode 100755 index bbb05f7..0000000 --- a/openvpn/src/plugins/examples/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# -# Build an OpenVPN plugin module on *nix.  The argument should -# be the base name of the C source file (without the .c). -# - -# This directory is where we will look for openvpn-plugin.h -CPPFLAGS="${CPPFLAGS:--I../../..}" - -CC="${CC:-gcc}" -CFLAGS="${CFLAGS:--O2 -Wall -g}" - -$CC $CPPFLAGS $CFLAGS -fPIC -c $1.c && \ -$CC $CFLAGS -fPIC -shared $LDFLAGS -Wl,-soname,$1.so -o $1.so $1.o -lc  | 
