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.41-ppc32)	(revision 446)
+++ Makefile	(.../1.51-ppc32)	(revision 447)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/packages/n/libgpg-error
 
-REQUIRES           = net/libgpg-error/1.41
+REQUIRES           = net/libgpg-error/1.51
 REQUIRES          += libs/glibc/2.41-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.41
+version            = 1.51
 tar_bz2_archive    = $(SRC_PACKAGE_PATH)/packages/n/libgpg-error/libgpg-error-$(version).tar.bz2
 SRC_ARCHIVE        = $(tar_bz2_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/libgpg-error-$(version)
@@ -42,7 +42,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GPGERROR32_PKG_NAME                = libgpg-error-x32
-GPGERROR32_PKG_VERSION             = 1.41
+GPGERROR32_PKG_VERSION             = 1.51
 GPGERROR32_PKG_ARCH                = $(PKGARCH)
 GPGERROR32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GPGERROR32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -87,6 +87,7 @@
 
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --with-gnu-ld
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -145,10 +146,6 @@
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
 	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" gpg-error.pc ; \
 	 )
-	# ======= tune gpg-error-config script to the target destination for development =======
-	@( cd $(TARGET_DEST_DIR)/usr/bin/32 ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" gpg-error-config ; \
-	 )
 	# ======= Strip binaries =======
 	@( cd $(GPGERROR32_PKG) ; \
 	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \