mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-30 03:14:40 +00:00
Previously we just let the tuple system handle it, but pkg-config modules which do not define variables were able to get by the checks. While here, check to ensure we do not duplicate the sysroot dir twice if it is already defined in the pkg-config module file. Downstream bug: https://bugs.busybox.net/show_bug.cgi?id=5750
6 lines
157 B
PkgConfig
6 lines
157 B
PkgConfig
Name: sysroot-dir
|
|
Description: Package for testing whether sysroot dirs are repeated or not
|
|
Version: 1
|
|
CFlags: -I/sysroot/include
|
|
Libs: -L/sysroot/lib -lfoo
|