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/Makefile)	(revision 446)
+++ Makefile	(.../1.51/Makefile)	(revision 447)
@@ -69,7 +69,7 @@
 # ======= __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)
@@ -91,7 +91,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GPGERROR_PKG_NAME                = libgpg-error
-GPGERROR_PKG_VERSION             = 1.41
+GPGERROR_PKG_VERSION             = 1.51
 GPGERROR_PKG_ARCH                = $(PKGARCH)
 GPGERROR_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GPGERROR_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -133,6 +133,7 @@
 extra_configure_switches += --docdir=/usr/share/doc/$(src_dir_name)
 extra_configure_switches += --disable-dependency-tracking
 extra_configure_switches += --with-gnu-ld
+
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes
 else
@@ -252,10 +253,6 @@
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/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 ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" gpg-error-config ; \
-	 )
 	# ======= Strip binaries =======
 	@( cd $(GPGERROR_PKG) ; \
 	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \