threerings / openvpn-auth-ldap

Implements username/password authentication via LDAP for OpenVPN 2.x.
Other
134 stars 63 forks source link

Delete empty CFLAGS from tools/Makefile.in in order to use the ones provided by autoconf #73

Open aniolm9 opened 5 years ago

aniolm9 commented 5 years ago

In Debian we are currently applying the following patch to OpenVPN Auth-LDAP. We thought you might be interested in it too.

Subject: Delete empty CFLAGS from tools/Makefile.in in order to use the ones provided by autoconf
Author: Aniol Marti <amarti@caliu.cat>
Last-Update: 2019-07-12
Index: openvpn-auth-ldap/tools/Makefile.in
===================================================================

The patch is tracked in our Git repository at https://salsa.debian.org/debian/openvpn-auth-ldap/raw/master/debian/patches/tools-cflags.patch

Thanks for considering, Aniol Marti