glib-debug: nostrip=yes; --enable-debug=yes
This commit is contained in:
parent
6afa0f0317
commit
09df9eee65
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template build file for 'glib-debug'
|
# Template build file for 'glib-debug'
|
||||||
pkgname=glib-debug
|
pkgname=glib-debug
|
||||||
version=2.32.3
|
version=2.32.3
|
||||||
revision=2
|
revision=3
|
||||||
subpackages="glib-debug-devel"
|
subpackages="glib-debug-devel"
|
||||||
provides="glib-${version}"
|
provides="glib-${version}"
|
||||||
replaces="glib>=0"
|
replaces="glib>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
nostrip=yes
|
||||||
wrksrc=glib-${version}
|
wrksrc=glib-${version}
|
||||||
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel"
|
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel"
|
||||||
short_desc="The GNU library of C routines (gc-friendly version)"
|
short_desc="The GNU library of C routines (gc-friendly version)"
|
||||||
|
@ -14,7 +15,7 @@ homepage="http://www.gtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static
|
configure_args="--disable-fam --with-pcre=system --enable-static
|
||||||
--enable-gc-friendly"
|
--enable-debug=yes --enable-gc-friendly"
|
||||||
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
||||||
long_desc="
|
long_desc="
|
||||||
GLib is a library containing many useful C routines for things such
|
GLib is a library containing many useful C routines for things such
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue