Bugzilla – Bug 6594
Some fixes for the globus-rls-server package
Last modified: 2009-11-12 16:36:36
You need to log in before you can comment on or make changes to this bug.
- configure should not fail if GLOBUS_LOCATION is not set. (This is the case for a system installation in /usr.) - the dependencies are strange. E.g. no package should have a runtime dependency on globus-core. - the -lglobus_rls_client_$(GLOBUS_FLAVOR_NAME) link flags are unnecessary since this flag is part of $(GPT_LIBS) - the globus-rls-server package is not the provider of the libglobus_rls_client library, so it should not be listed in its <pkg_libs> The linked patch fixes these issues.
Committed to trunk for gt5 release.