From c206a91d320995f37f8abb33188bfd384249da3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 7 Apr 2014 20:43:34 +0200 Subject: Next step: compile jni sources correctly. --- openvpn/sample/sample-plugins/log/build | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 openvpn/sample/sample-plugins/log/build (limited to 'openvpn/sample/sample-plugins/log/build') diff --git a/openvpn/sample/sample-plugins/log/build b/openvpn/sample/sample-plugins/log/build deleted file mode 100755 index bbb05f7c..00000000 --- a/openvpn/sample/sample-plugins/log/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 -- cgit v1.2.3