Index: Makefile
===================================================================
--- Makefile (.../0.9.10/Makefile) (revision 438)
+++ Makefile (.../1.3/Makefile) (revision 439)
@@ -69,7 +69,7 @@
# ======= __END_OF_REQUIRES__ =======
-version = 0.9.10
+version = 1.3
tar_xz_archive = $(SRC_PACKAGE_PATH)/GNU/libunistring/libunistring-$(version).tar.xz
SRC_ARCHIVE = $(tar_xz_archive)
SRC_DIR = $(TARGET_BUILD_DIR)/libunistring-$(version)
@@ -91,7 +91,7 @@
# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
#
LIBUNISTR_PKG_NAME = libunistring
-LIBUNISTR_PKG_VERSION = 0.9.10
+LIBUNISTR_PKG_VERSION = 1.3
LIBUNISTR_PKG_ARCH = $(PKGARCH)
LIBUNISTR_PKG_DISTRO_NAME = $(DISTRO_NAME)
LIBUNISTR_PKG_DISTRO_VERSION = $(DISTRO_VERSION)
@@ -135,6 +135,7 @@
extra_configure_switches += --disable-dependency-tracking
extra_configure_switches += --sysconfdir=/etc
extra_configure_switches += --disable-rpath
+
ifeq ($(__ENABLE_STATIC__),yes)
extra_configure_switches += --enable-static=yes
else
@@ -201,14 +202,14 @@
)
# ======= remove toolchain path from target libtool *.la files =======
@( cd $(LIBUNISTR_PKG)/usr/lib$(LIBSUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libunistring.la \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libunistring.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(LIBUNISTR_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libunistring.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libunistring.la \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libunistring.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libunistring.la ; \
)
# ======= Strip binaries =======
@( cd $(LIBUNISTR_PKG) ; \