1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Use a subdirectory for the plugin
The installation of the plug-in should be a subdirectory of
libdir, as this is not a library that anybody ever wants
to link against. It is always dlopened by certain globus
libraries.
Author: Dennis van Dok <dennisvd@nikhef.nl>
Forwarded: no
--- a/setup/gt4-interface-install.sh.in
+++ b/setup/gt4-interface-install.sh.in
@@ -39,7 +39,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-LOCATION_LIB=@libdir@
+LOCATION_LIB=@libdir@/lcas-lcmaps-gt4-interface
GLOBUS_FLAVOR=@GLOBUS_NOTHR_FLAVOR@
ETC_GRID_SEC="/etc/grid-security"
GSI_AUTHZ_FILE="$ETC_GRID_SEC/gsi-authz.conf"
|