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	(.../1.23-ppc32)	(revision 443)
+++ Makefile	(.../1.24-ppc32)	(revision 444)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/GNU/gdbm
 
-REQUIRES           = libs/gdbm/1.23
+REQUIRES           = libs/gdbm/1.24
 REQUIRES          += libs/glibc/2.41-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.23
+version            = 1.24
 tar_gz_archive     = $(SRC_PACKAGE_PATH)/GNU/gdbm/gdbm-$(version).tar.gz
 SRC_ARCHIVE        = $(tar_gz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gdbm-$(version)
@@ -42,7 +42,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GDBM_32_PKG_NAME                = gdbm-x32
-GDBM_32_PKG_VERSION             = 1.23
+GDBM_32_PKG_VERSION             = 1.24
 GDBM_32_PKG_ARCH                = $(PKGARCH)
 GDBM_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GDBM_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -85,6 +85,7 @@
 extra_configure_switches += --mandir=/usr/share/man
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --enable-libgdbm-compat
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -122,14 +123,14 @@
 	@rm -rf $(GDBM_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(GDBM_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libgdbm.la libgdbm_compat.la \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libgdbm.la libgdbm_compat.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(GDBM_32_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" libgdbm.la libgdbm_compat.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libgdbm.la libgdbm_compat.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(GDBM_32_PKG) ; \