Reported by Reuben Thomas <rrt@sc3d.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00384.html>.
* lib/relocatable.h (set_relocation_prefix): Define in a dummy way if
ENABLE_RELOCATABLE is not defined.
+2024-04-25 Bruno Haible <bruno@clisp.org>
+
+ relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
+ Reported by Reuben Thomas <rrt@sc3d.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00384.html>.
+ * lib/relocatable.h (set_relocation_prefix): Define in a dummy way if
+ ENABLE_RELOCATABLE is not defined.
+
2024-04-25 Bruno Haible <bruno@clisp.org>
doc: Update target platforms list.
#else
/* By default, we use the hardwired pathnames. */
+#define set_relocation_prefix(orig_prefix, curr_prefix) \
+ ((void) (orig_prefix), (void) (curr_prefix))
#define relocate(pathname) (pathname)
#define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))