|
Revision tags: v3.14.0, v3.13.0, v3.12.0, v3.11.1, v3.11.0, v3.10.0, v3.9.0, v3.8.0, v3.7.0, v3.6.4, v3.6.3, v3.6.2, v3.6.1, v3.6.0, v3.5.6, v3.5.5, v3.5.4, v3.5.3, v3.5.2, v3.5.1, v3.5.0, v3.4.1, v3.4.0, v3.3.1, v3.3.0, v3.2.1, v3.2.0 |
|
| #
a6665cfb |
| 04-Jan-2013 |
Brice Goglin <[email protected]> |
pkgconfig: Fix libpci.pc for static linking
The libpci.pc file does not seem to be correct for static linking.
$ pkg-config --libs --static libpci -lpci
It brings no dependencies while -lresol
pkgconfig: Fix libpci.pc for static linking
The libpci.pc file does not seem to be correct for static linking.
$ pkg-config --libs --static libpci -lpci
It brings no dependencies while -lresolv (and likely -lz) seems needed:
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/ libpci.a(names-net.o):function pci_id_net_lookup: error: undefined reference to '__res_query'
Something like:
Libs.private: -lresolv -lz
Signed-off-by: Guillem Jover <[email protected]>
show more ...
|
|
Revision tags: v3.1.10, v3.1.9, v3.1.8 |
|
| #
ef8bd06e |
| 02-Oct-2011 |
Martin Mares <[email protected]> |
pkg-config: Use Libs.private for libraries needed for static linking
|
|
Revision tags: v3.1.7, v3.1.6, v3.1.5, v3.1.4, v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.1-alpha3, v3.1-alpha2, v3.1-alpha1, v3.0.3, v3.0.2, v3.0.1, v3.0.0 |
|
| #
0715b08d |
| 13-Feb-2008 |
Martin Mares <[email protected]> |
Use LDLIBS for all libraries on which libpci depends.
This way, libpci.pc gets all dependencies, including -lpci on NetBSD. Clearing LDLIBS at the top of config.mk is necessary, because this file ca
Use LDLIBS for all libraries on which libpci depends.
This way, libpci.pc gets all dependencies, including -lpci on NetBSD. Clearing LDLIBS at the top of config.mk is necessary, because this file can get read twice.
show more ...
|
| #
92da18f9 |
| 20-Jun-2007 |
Martin Mares <[email protected]> |
Added a missing file from the previous commit.
|