libffi, pcre, glib, libgee, json-glib: rebuild objects as PIC.
This commit is contained in:
parent
1b4ae8541b
commit
964dfca6d1
12 changed files with 17 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glib-devel'.
|
||||
#
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'glib'
|
||||
pkgname=glib
|
||||
version=2.30.3
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/glib/2.30/glib-$version.tar.xz"
|
||||
patch_args="-Np1"
|
||||
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||
configure_args="--disable-fam --with-pcre=system --enable-static --with-pic=yes"
|
||||
build_style=gnu-configure
|
||||
short_desc="The GNU library of C routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'json-glib-devel'.
|
||||
#
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=0.14.2
|
||||
revision=1
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
||||
configure_args="--enable-static"
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
short_desc="A JSON parser for GLib-based libraries and applications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/JsonGlib"
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libffi
|
||||
|
|
|
@ -3,8 +3,8 @@ pkgname=libffi
|
|||
version=3.0.10
|
||||
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--includedir=/usr/include"
|
||||
revision=1
|
||||
configure_args="--includedir=/usr/include --with-pic=yes"
|
||||
revision=2
|
||||
short_desc="Library supporting Foreign Function Interfaces"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://sourceware.org/libffi"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libgee-devel'.
|
||||
#
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libgee'
|
||||
pkgname=libgee
|
||||
version=0.6.4
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="http://live.gnome.org/Libgee"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
configure_args="--enable-static"
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
build_style=gnu-configure
|
||||
short_desc="GObject collection library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the shared libraries for use in client programs."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
replaces="pcre<8.11"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'libpcrecpp'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - C++ shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run bzip2-devel
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.21
|
||||
revision=1
|
||||
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties
|
||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
||||
short_desc="Perl Compatible Regular Expressions"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue