File: 102-makefile_libs_multiarch_install_dir.patch

package info (click to toggle)
w-scan-cpp 0~20230121-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,008 kB
  • sloc: ansic: 69,193; cpp: 9,599; makefile: 1,149; perl: 862; python: 74; sh: 70
file content (19 lines) | stat: -rw-r--r-- 515 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
Description: Permit installation to multiarch install dirs
 This is Debian specific.
 No need to forward upstream.
Author: Fab Stz <fabstz-it@yahoo.fr>
Origin: self
Forwarded: not-needed
Last-Update: 2022-10-10

--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@
 
 #------------------------
 # object files and libraries of object code. No executables.
-libdir = $(exec_prefix)/lib
+libdir = $(exec_prefix)/lib/$(DEB_HOST_MULTIARCH)
 
 #------------------------
 # locale-specific message catalogs for this package