summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-10-28 21:20:14 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2012-10-28 23:15:22 +0100
commit8865b7f013bcd9b4ce41dd98be28ba28aeb22e66 (patch)
tree904c2637d1427abbb8cae22d4542f89c859c0898 /Repository.mk
parent0cc05a8f1db4c289dff0e95de6161cf3f3af58e6 (diff)
fdo#55290: use the right native library name
It turns out that the native library cannot be renamed after creation. The right name must be used from the beginning, otherwise publishing is failing with the follow error (gacutil -i): "Failure adding assembly to the cache: Invalid file or assembly name. The name of the file must be the name of the assembly plus .dll or .exe." To rectify that create the native lib as cli_cppuhelper.dll, rename the signed assembly to assembly/cli_cppuhelper.dll and teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll (and not cli_cppuhelper.dll). Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194
Diffstat (limited to 'Repository.mk')
-rwxr-xr-x[-rw-r--r--]Repository.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index ed4a0fbae869..f01ee7395e0a 100644..100755
--- a/Repository.mk
+++ b/Repository.mk
@@ -408,7 +408,7 @@ endif
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
affine_uno \
- cli_cppuhelper_native \
+ cli_cppuhelper \
cli_uno \
gcc3_uno \
java_uno \