Revision: 5383
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5383&view=rev
Author:   gespinasse
Date:     2011-01-28 07:51:38 +0000 (Fri, 28 Jan 2011)

Log Message:
-----------
Donwgrade glib to 2.26.1
2.27 branch is development and we don't need that
rootfile update will follow later

Use system pcre and disable dtrace, that should reduce the size a bit

Modified Paths:
--------------
    ipcop/trunk/lfs/glib

Modified: ipcop/trunk/lfs/glib
===================================================================
--- ipcop/trunk/lfs/glib        2011-01-28 07:48:34 UTC (rev 5382)
+++ ipcop/trunk/lfs/glib        2011-01-28 07:51:38 UTC (rev 5383)
@@ -33,13 +33,14 @@
 include Config
 
 PKG_NAME   = glib
-VER        = 2.27.92
+# stable is even branch (2.26), odd is development (2.27)
+VER        = 2.26.1
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(PKG_NAME)-$(VER).tar.bz2
-DL_FROM    = http://ftp.gnome.org/pub/gnome/sources/glib/2.27
+DL_FROM    = http://ftp.gnome.org/pub/gnome/sources/glib/2.26
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
@@ -54,7 +55,7 @@
 
 $(DL_FILE)                                     = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5                                 = 
641400fc7b1dd9becdbcb0d7f9f15842
+$(DL_FILE)_MD5                                 = 
17535accceef55bcb17a74d73f9c2aef
 
 install : $(TARGET)
 
@@ -88,7 +89,9 @@
        cd $(DIR_APP) && ./configure --prefix=/usr \
                                        --disable-static \
                                        --build=$(MACHINE_REAL)-linux \
-                                       --target=$(MACHINE)-linux
+                                       --target=$(MACHINE)-linux \
+                                       --with-pcre=system \
+                                       --disable-dtrace
        cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to