diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-08 12:32:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-08 12:35:15 +0100 |
commit | c3e55a1f3b88fd53d13f563a4116d588643c34d7 (patch) | |
tree | 87e6c9cc5ba568f7369d4f763e97f955bdbf2ad7 /Repository.mk | |
parent | e8176a5d487fe539fb91fa889a8cf2d710913b29 (diff) |
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
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ )) |