Adjust pkgconfig files to point at rootlibdir (#4584)

The .so symlinks got moved to rootlibdir in 082210c7.
This commit is contained in:
Mike Gilbert 2016-11-08 03:36:41 -05:00 committed by Martin Pitt
parent 71a9067cd4
commit d07903848f
3 changed files with 3 additions and 2 deletions

View file

@ -6054,6 +6054,7 @@ EXTRA_DIST += \
# ------------------------------------------------------------------------------
substitutions = \
'|rootlibdir=$(rootlibdir)|' \
'|rootlibexecdir=$(rootlibexecdir)|' \
'|rootbindir=$(rootbindir)|' \
'|bindir=$(bindir)|' \

View file

@ -7,7 +7,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
libdir=@rootlibdir@
includedir=@includedir@
Name: systemd

View file

@ -7,7 +7,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
libdir=@rootlibdir@
includedir=@includedir@
Name: libudev