Skip to content

Commit

Permalink
pkg-config: fix URL, add comments about configure flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 5, 2023
1 parent 5e854ac commit 59a9061
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg-config/Pkgfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Description: Managing library compile/link flags
# URL: http://pkgconfig.freedesktop.org/wiki/
# URL: https://www.freedesktop.org/wiki/Software/pkg-config/

name=pkg-config
version=0.29.2
Expand All @@ -9,6 +9,11 @@ source=https://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz
build() {
mkdir build; cd build

# --disable-host-tool: disable creation of an undesired hard
# link to the pkg-config
# --with-internal-glib: allow pkg-config to use its internal
# version of Glib because an internal version is not available
# in core
../$name-$version/configure \
--prefix=/usr \
--disable-host-tool \
Expand Down

0 comments on commit 59a9061

Please sign in to comment.