Change in osmo-gsm-manuals[master]: Makefile.am: proper noarch pkgconfig install dir

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Apr 14 14:04:28 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13598 )

Change subject: Makefile.am: proper noarch pkgconfig install dir
......................................................................

Makefile.am: proper noarch pkgconfig install dir

Don't install the noarch osmo-gsm-manuals.pc file to
$prefix/lib/x86_64-linux-gnu/pkgconfig when building a debian package
(dpkg-buildpackage seems to set $libdir accordingly). Always install to
$prefix/lib/pkgconfig.

The debian dir for creating a package from this repository will be added
in a follow up patch.

Related: OS#3899
Change-Id: I63bc8ab6d2845751079f40383d2aa92c709ce2fe
---
M Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Looks good to me, but someone else must approve



diff --git a/Makefile.am b/Makefile.am
index 2a7b881..479fe8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
 share_files = $(srcdir)/build $(srcdir)/common $(srcdir)/*.xsl
 share_path = "$(DESTDIR)$(prefix)/share/osmo-gsm-manuals"
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = osmo-gsm-manuals.pc
+noarch_pkgconfigdir = $(prefix)/lib/pkgconfig
+noarch_pkgconfig_DATA = osmo-gsm-manuals.pc
 BUILT_SOURCES = $(top_srcdir)/.version
 EXTRA_DIST = git-version-gen .version check-depends.sh $(share_files)
 SUBDIRS = tests

-- 
To view, visit https://gerrit.osmocom.org/13598
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I63bc8ab6d2845751079f40383d2aa92c709ce2fe
Gerrit-Change-Number: 13598
Gerrit-PatchSet: 5
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190414/2402e87e/attachment.htm>


More information about the gerrit-log mailing list