There's no need to defined path to pkg-config in glib's template anymore.
pkgfs.sh does this if build_style=gnu_configure. --HG-- extra : convert_revision : 77c700a9700dbd848b31b4b9d12af609c2310c7f
This commit is contained in:
parent
26c001f582
commit
42eda74f0d
|
@ -7,8 +7,7 @@ make_cmd="$PKGFS_MASTERDIR/bin/gmake"
|
|||
# Disable FAM for now and use the installed pcre package instead
|
||||
# of the supplied one.
|
||||
configure_args="--disable-fam --with-pcre=system"
|
||||
configure_env="ac_cv_path_PKG_CONFIG=$PKGFS_MASTERDIR/bin/pkg-config
|
||||
ac_cv_func_statfs=no"
|
||||
configure_env="ac_cv_func_statfs=no"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU library of C routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue