pkg-config: Added flag to use bundled libraries.
This commit is contained in:
parent
78ddba34e6
commit
7312395055
38
packages/pkg-config/host.bash
Normal file
38
packages/pkg-config/host.bash
Normal file
@ -0,0 +1,38 @@
|
||||
version=\
|
||||
(
|
||||
"0.28"
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
"http://pkgconfig.freedesktop.org/releases/pkg-config-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
"aa3c86e67551adc3ac865160e34a2a0d"
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
"Ricardo Martins <rasm@fe.up.pt>"
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
./configure \
|
||||
--prefix="${cfg_dir_toolchain}" \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--with-internal-glib
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
Reference in New Issue
Block a user