From c3e55a1f3b88fd53d13f563a4116d588643c34d7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 Nov 2013 12:32:55 +0100 Subject: Hard-code the path to libgetuid.so in epmfile.pm ...so that it is still found after 7b3133ad882b24834f87b478d00bf4ee92d3cd63 "instsetoo_native: shouldn't need instdir in include path." And no idea why getuid was in PLAINLIBS_URE instead of PLAINLIBS_NONE. Change-Id: I5de2a79cbd3c0064cd7776e269f4792304ec34e3 --- Repository.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 9b688ac6b7a5..ac07ba14cee5 100644 --- a/Repository.mk +++ b/Repository.mk @@ -439,6 +439,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ endif $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ + getuid \ smoketest \ subsequenttest \ test \ @@ -496,7 +497,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ )) $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ $(if $(filter MSC,$(COM)),cli_uno) \ - getuid \ jpipe \ $(if $(filter WNT,$(OS)),jpipx) \ )) -- cgit