forked from pelya/libiconv-libicu-android
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from gonzalolarralde/libsuffix
Add an ENVVAR to append a suffix to the lib names.
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- icu/source/configure 2013-05-23 20:06:32.000000000 +0000 | ||
+++ icu/source/configure.patched 2018-02-21 23:35:25.934967613 +0000 | ||
@@ -7217,14 +7217,7 @@ | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5 | ||
$as_echo "$msg" >&6; } | ||
|
||
-if test "$ICULIBSUFFIX" != "" | ||
-then | ||
- U_HAVE_LIB_SUFFIX=1 | ||
- ICULIBSUFFIXCNAME=`echo _$ICULIBSUFFIX | sed 's/^A-Za-z0-9_/_/g'` | ||
- UCONFIG_CPPFLAGS="${UCONFIG_CPPFLAGS} -DU_HAVE_LIB_SUFFIX=1 -DU_LIB_SUFFIX_C_NAME=${ICULIBSUFFIXCNAME} " | ||
-else | ||
- U_HAVE_LIB_SUFFIX=0 | ||
-fi | ||
+U_HAVE_LIB_SUFFIX=0 | ||
|
||
|
||
|