SHA256
1
0
forked from pool/openvpn

- Removed obsolete --with-lzo-headers option, readded LFS_CFLAGS.

OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=98
This commit is contained in:
Marius Tomaschewski 2015-08-20 09:00:14 +00:00 committed by Git OBS Bridge
parent f7cfc57d16
commit 558e8eaf2f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 20 08:43:33 UTC 2015 - mt@suse.com
- Removed obsolete --with-lzo-headers option, readded LFS_CFLAGS.
-------------------------------------------------------------------
Thu Aug 13 08:29:35 UTC 2015 - idonmez@suse.com

View File

@ -153,8 +153,7 @@ export LDFLAGS
--enable-plugins \
--enable-plugin-down-root \
--enable-plugin-auth-pam \
--with-lzo-headers=%_includedir/lzo \
CFLAGS="$CFLAGS -fPIE $PLUGIN_DEFS" \
CFLAGS="$CFLAGS $(getconf LFS_CFLAGS) -fPIE $PLUGIN_DEFS" \
LDFLAGS="$LDFLAGS -pie -lpam -rdynamic -Wl,-rpath,%{_libdir}/%{name}/plugins"
make