Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1997 - possible package .pc absolute path issues #6883

Open
openwrt-bot opened this issue Dec 12, 2018 · 0 comments
Open

FS#1997 - possible package .pc absolute path issues #6883

openwrt-bot opened this issue Dec 12, 2018 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

ldir:

Note found in #1615

after looking at my <staging_dir/usr/lib/pkgconfig/ directory, I see several instances of absolute paths used in e.g. the Libs: or Libs.private: fields. For example, in libxml-2.0.pc:

prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
modules=1

Name: libXML
Version: 2.9.8
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2
Libs.private: -L/home/kodidev/openwrt-project/staging_dir/target-mips_24kc_musl/usr/lib -lz -lm
Cflags: -I${includedir}/libxml2
For future reference, these packages appear to have *.pc files with the similar problem of absolute paths:

libnetfilter-conntrack: libnetfilter_conntrack.pc
libopenssl: libssl.pc, libcrypto.pc
libxml2: libxml-2.0.pc
libncurses: formw.pc, menuw.pc, ncursesw.pc, panelw.pc

put this here for later followup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant