Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(.../0.9.10-ppc32)	(revision 438)
+++ Makefile	(.../1.3-ppc32)	(revision 439)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/GNU/libunistring
 
-REQUIRES           = libs/libunistring/0.9.10
+REQUIRES           = libs/libunistring/1.3
 REQUIRES          += libs/glibc/2.41-ppc32
 
 # ======= __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)
@@ -42,7 +42,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 LIBUNISTR32_PKG_NAME                = libunistring-x32
-LIBUNISTR32_PKG_VERSION             = 0.9.10
+LIBUNISTR32_PKG_VERSION             = 1.3
 LIBUNISTR32_PKG_ARCH                = $(PKGARCH)
 LIBUNISTR32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 LIBUNISTR32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -86,6 +86,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
@@ -118,14 +119,14 @@
 	@rm -rf $(LIBUNISTR32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(LIBUNISTR32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   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, $(LIBUNISTR32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   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 $(LIBUNISTR32_PKG) ; \