# 
# General purpose library of C routines.
# 
# GLib is the low-level core library that forms the basis for projects
# such as GTK+ and GNOME.  It provides data structure handling for C,
# portability wrappers, and interfaces for such runtime functionality
# as an event loop, threads, dynamic loading, and an object system.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=glib2-pass1
pkgversion=2.74.6
arch=amd64
release=1
pkgcategory="libs"
full_pkgname=glib2-pass1_2.74.6_amd64-1@libs
blurb="General purpose library of C routines."
homepage="https://wiki.gnome.org/Projects/GLib"
license="LGPLv2+"
fetch="https://download.gnome.org/sources/glib/2.74/glib-2.74.6.tar.xz"
replace=""