File: 2001_libsolv-dev-installs-to-multiarch-dest.patch

package info (click to toggle)
libbssolv-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 3
  • sloc: makefile: 14; perl: 9
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: LibSolv in Debian jessie ships headers in a multiarch location.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@
 
 my $solvprefix = '/usr';
 
-my $inc = "-I$solvprefix/include/solv";
+my $inc = "-I$solvprefix/include/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/solv";
 my $lib;
 
 if (grep {$_ eq '--bundled-libsolv'} @ARGV) {