Repository: lucy
Updated Branches:
  refs/heads/master 7071a277c -> a3a42c006


Change Clownfish C library name

The Clownfish C library is now named libclownfish.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a3a42c00
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a3a42c00
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a3a42c00

Branch: refs/heads/master
Commit: a3a42c006bb0d539fe9924cf8c66c787092c524e
Parents: 7071a27
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Aug 6 17:54:36 2016 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Aug 6 17:54:36 2016 +0200

----------------------------------------------------------------------
 c/install.sh               | 2 +-
 c/sample/getting_started.c | 2 +-
 common/charmonizer.c       | 4 ++--
 common/charmonizer.main    | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/a3a42c00/c/install.sh
----------------------------------------------------------------------
diff --git a/c/install.sh b/c/install.sh
index 814ac52..833c39f 100755
--- a/c/install.sh
+++ b/c/install.sh
@@ -116,6 +116,6 @@ Description: Full-text search for dynamic languages
 Version: $version
 URL: http://lucy.apache.org/
 Requires: clownfish
-Libs: -L$prefix/lib -llucy -lcfish
+Libs: -L$prefix/lib -llucy -lclownfish
 EOF
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/a3a42c00/c/sample/getting_started.c
----------------------------------------------------------------------
diff --git a/c/sample/getting_started.c b/c/sample/getting_started.c
index c8bf596..6d6193d 100644
--- a/c/sample/getting_started.c
+++ b/c/sample/getting_started.c
@@ -27,7 +27,7 @@
  *         --dest=autogen
  *     c99 \
  *         getting_started.c \
- *         -I autogen/include -L $PREFIX/lib -l cfish -l lucy \
+ *         -I autogen/include -L $PREFIX/lib -l clownfish -l lucy \
  *         -o getting_started
  */
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/a3a42c00/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/common/charmonizer.c b/common/charmonizer.c
index 85f8afd..2838940 100644
--- a/common/charmonizer.c
+++ b/common/charmonizer.c
@@ -8872,10 +8872,10 @@ lucy_MakeFile_new(chaz_CLI *cli) {
         self->cfish_lib_dir = NULL;
     }
     if (chaz_CC_binary_format() == CHAZ_CC_BINFMT_PE) {
-        self->cfish_lib_name = "cfish-0.5";
+        self->cfish_lib_name = "clownfish-0.5";
     }
     else {
-        self->cfish_lib_name = "cfish";
+        self->cfish_lib_name = "clownfish";
     }
 
     return self;

http://git-wip-us.apache.org/repos/asf/lucy/blob/a3a42c00/common/charmonizer.main
----------------------------------------------------------------------
diff --git a/common/charmonizer.main b/common/charmonizer.main
index b9c841b..f2cb1a7 100644
--- a/common/charmonizer.main
+++ b/common/charmonizer.main
@@ -293,10 +293,10 @@ lucy_MakeFile_new(chaz_CLI *cli) {
         self->cfish_lib_dir = NULL;
     }
     if (chaz_CC_binary_format() == CHAZ_CC_BINFMT_PE) {
-        self->cfish_lib_name = "cfish-0.5";
+        self->cfish_lib_name = "clownfish-0.5";
     }
     else {
-        self->cfish_lib_name = "cfish";
+        self->cfish_lib_name = "clownfish";
     }
 
     return self;

Reply via email to