File: 1001_pkgconfig_libdir.patch

package info (click to toggle)
ijs 0.35-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,656 kB
  • sloc: sh: 8,046; ansic: 3,053; makefile: 265
file content (27 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: install and use pkgconfig file from multiarch directory
Author: YunQiang Su <wzssyqa@gmail.com>
Last-Update: 2019-08-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@
 
 pkgincludedir=$(includedir)/ijs
 m4datadir = $(datadir)/aclocal
-pkgconfigdatadir = $(prefix)/lib/pkgconfig
+pkgconfigdatadir = $(libdir)/pkgconfig
 
 lib_LTLIBRARIES = libijs.la
 
--- a/Makefile.in
+++ b/Makefile.in
@@ -117,7 +117,7 @@
 
 MAINT_CHARSET = latin1
 m4datadir = $(datadir)/aclocal
-pkgconfigdatadir = $(prefix)/lib/pkgconfig
+pkgconfigdatadir = $(libdir)/pkgconfig
 
 lib_LTLIBRARIES = libijs.la