summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:05:17 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:05:17 +0000
commitfcb804effea60a9b7af3b40fdad5c49eda8fd6c9 (patch)
tree126245927bd94164f24a0b5605fe08b8e48611cc /pkg.h
parente3b14fd5e88cdf2d6b06a9be4b193e1abac88343 (diff)
downloadpkg-config-fcb804effea60a9b7af3b40fdad5c49eda8fd6c9.tar.gz
2002-09-06 Havoc Pennington <hp@redhat.com>
Author: hp Date: 2002-09-06 20:00:08 GMT 2002-09-06 Havoc Pennington <hp@redhat.com> * parse.c, pkg.c: handle other_libs other_cflags same as -l/-L/-I flags, so we pull in from dependent packages. Closes #85244, #90706, #89851
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg.h b/pkg.h
index bbb293a..2ab9f56 100644
--- a/pkg.h
+++ b/pkg.h
@@ -60,11 +60,11 @@ struct _Package
char *l_libs_merged;
GSList *L_libs;
char *L_libs_merged;
- char *other_libs;
+ GSList *other_libs;
char *other_libs_merged;
GSList *I_cflags;
char *I_cflags_merged;
- char *other_cflags;
+ GSList *other_cflags;
char *other_cflags_merged;
GHashTable *vars;
GHashTable *required_versions; /* hash from name to RequiredVersion */