Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370894 Details for
Bug 501860
sys-apps/systemd-210 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Install pkg-config files even if enable-compat-libs is not set.
install-compatlibs-pkgconfig.patch (text/plain), 919 bytes, created by
Jason A. Donenfeld
on 2014-02-20 18:02:19 UTC
(
hide
)
Description:
Install pkg-config files even if enable-compat-libs is not set.
Filename:
MIME Type:
Creator:
Jason A. Donenfeld
Created:
2014-02-20 18:02:19 UTC
Size:
919 bytes
patch
obsolete
>diff --git a/Makefile.am b/Makefile.am >index c71367d..31d6258 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -4430,12 +4430,6 @@ lib_LTLIBRARIES += \ > libsystemd-id128.la \ > libsystemd-daemon.la > >-pkgconfiglib_DATA += \ >- src/compat-libs/libsystemd-journal.pc \ >- src/compat-libs/libsystemd-login.pc \ >- src/compat-libs/libsystemd-id128.pc \ >- src/compat-libs/libsystemd-daemon.pc >- > # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed > compat-lib-install-hook: > libname=libsystemd-login.so && $(move-to-rootlibdir) >@@ -4452,6 +4446,12 @@ UNINSTALL_EXEC_HOOKS += compat-lib-uninstall-hook > > endif > >+pkgconfiglib_DATA += \ >+ src/compat-libs/libsystemd-journal.pc \ >+ src/compat-libs/libsystemd-login.pc \ >+ src/compat-libs/libsystemd-id128.pc \ >+ src/compat-libs/libsystemd-daemon.pc >+ > EXTRA_DIST += \ > src/compat-libs/libsystemd-journal.pc.in \ > src/compat-libs/libsystemd-login.pc.in \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501860
:
370894
|
370896
|
370930