You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
616 B
14 lines
616 B
Index: src/couchdb/Makefile.in |
|
--- src/couchdb/Makefile.in.orig 2009-10-08 06:18:17 +0200 |
|
+++ src/couchdb/Makefile.in 2009-10-16 18:40:23 +0200 |
|
@@ -259,8 +259,8 @@ |
|
version_stage = @version_stage@ |
|
SUBDIRS = priv |
|
ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS) |
|
-@WINDOWS_FALSE@ICU_LOCAL_LIBS = -licuuc -licudata -licui18n |
|
-@WINDOWS_TRUE@ICU_LOCAL_LIBS = -licuuc -licudt -licuin |
|
+@WINDOWS_FALSE@ICU_LOCAL_LIBS = -lsicuuc -lsicudata -lsicui18n |
|
+@WINDOWS_TRUE@ICU_LOCAL_LIBS = -lsicuuc -lsicudt -lsicuin |
|
|
|
# devdocdir = $(localdocdir)/developer/couchdb |
|
couchlibdir = $(localerlanglibdir)/couch-$(version)
|
|
|