Ignore:
Timestamp:
02/20/2016 10:13:22 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f37d08b
Parents:
e6967a1
Message:

Update custom/examples. Thanks to Tom Armistead for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/951-glib

    re6967a1 r9543675  
    33#
    44PKG="glib"
    5 PKG_VERSION="1.2.10"
    6 PKG_FILE="glib-1.2.10.tar.gz"
    7 URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}"
    8 MD5="6fe30dad87c77b91b632def29dd69ef9"
     5PKG_VERSION="2.44.1"
     6PKG_FILE="glib-2.44.1.tar.xz"
     7URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.44/${PKG_FILE}"
     8MD5="83efba4722a9674b97437d1d99af79db"
    99for i in PATCH{1..10}; do
    1010   unset $i
    1111done
    12 PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/glib-1.2.10-gcc34-1.patch 0077a1cce5e8a2231ac5a9b08c6263ba"
    13 
    1412
    1513( cat << "xEOFx"
    16 patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
    17 ./configure --prefix=/usr &&
     14./configure --prefix=/usr --with-pcre=system &&
    1815make
    19 make install &&
    20 chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
     16make install
    2117xEOFx
    2218) > tmp
Note: See TracChangeset for help on using the changeset viewer.