SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/openvpn-auth-ldap/patches/patch-platform_m4
Normal file
15
net/openvpn-auth-ldap/patches/patch-platform_m4
Normal file
|
@ -0,0 +1,15 @@
|
|||
Don't clobber LDFLAGS - ensures configure finds libobjc2.
|
||||
Properly pass -export-dynamic to the linker.
|
||||
|
||||
Index: platform.m4
|
||||
--- platform.m4.orig
|
||||
+++ platform.m4
|
||||
@@ -97,7 +97,7 @@ AC_DEFUN(OD_CONFIG_PLUGIN, [
|
||||
PLUGIN_LD="${CC} -shared"
|
||||
PLUGIN_LD_FLAGS=""
|
||||
PLUGIN_SUFFIX=".so"
|
||||
- LDFLAGS="-export-dynamic"
|
||||
+ LDFLAGS="-Wl,-export-dynamic ${LDFLAGS}"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue