pkg-config: fixed commit 7312395055
.
This commit is contained in:
parent
2fb3283c8c
commit
0805319ae0
@ -1,38 +0,0 @@
|
||||
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
|
||||
}
|
@ -23,7 +23,8 @@ configure()
|
||||
./configure \
|
||||
--prefix="${cfg_dir_toolchain}" \
|
||||
--disable-shared \
|
||||
--enable-static
|
||||
--enable-static \
|
||||
--with-internal-glib
|
||||
}
|
||||
|
||||
build()
|
||||
|
Reference in New Issue
Block a user