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	(revision 12)
+++ Makefile	(revision 13)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/l/apr
 
-versions    = 1.7.0
+versions    = 1.7.3
 pkgname     = apr
 suffix      = tar.bz2
 
@@ -14,8 +14,8 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/apr-1.7.0-cross.patch
-patches    += $(CURDIR)/patches/apr-1.7.0-sizeof-iovec.patch
+patches     = $(CURDIR)/patches/apr-1.7.3-cross.patch
+patches    += $(CURDIR)/patches/apr-1.7.3-sizeof-iovec.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -50,8 +50,8 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-1.7.0-cross-patch        ; ./create.patch.sh ) ; \
-	 ( cd create-1.7.0-sizeof-iovec-patch ; ./create.patch.sh ) ; \
+	 ( cd create-1.7.3-cross-patch        ; ./create.patch.sh ) ; \
+	 ( cd create-1.7.3-sizeof-iovec-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: