diff options
author | Arch Librarian <arch@canonical.com> | 2005-07-14 13:04:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2005-07-14 13:04:51 +0000 |
commit | d192f980069fac607473d00edb01af76ee5a1faa (patch) | |
tree | 0baba3cf7c535b398c436d241b1f241088b7a00d /pkg-config.1 | |
parent | 0f8e43f49afecd763cf139d21ff6b0d4a9a77ce4 (diff) |
2002-02-01 Havoc Pennington <hp@redhat.com>
Author: hp
Date: 2002-02-01 22:24:24 GMT
2002-02-01 Havoc Pennington <hp@redhat.com>
Throughout: cast chars to guchar before passing to isspace, etc.,
noted by Morten Welinder
* pkg.c (verify_package): actually strip system -I/-L out of the
cflags/libs, unless you set an environment variable asking to
leave them in.
Diffstat (limited to 'pkg-config.1')
-rw-r--r-- | pkg-config.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1 index 2750f82..4134521 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -222,6 +222,14 @@ Normally if you request the package "foo" and the package uninstalled packages. If this environment variable is set, it disables said behavior. +.TP +.I "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS" +Don't strip -I/usr/include out of cflags. + +.TP +.I "PKG_CONFIG_ALLOW_SYSTEM_LIBS" +Don't strip -L/usr/lib out of libs + .SH WINDOWS SPECIALITIES If a .pc file is found in a directory that matches the usual conventions (i.e., ends with \\lib\\pkgconfig), the prefix for that |