First check in
This commit is contained in:
12
SRC/patches/01_fix-host-os.patch
Normal file
12
SRC/patches/01_fix-host-os.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/defn2c.pl b/defn2c.pl
|
||||
--- a/defn2c.pl 2014-03-23 12:27:30.000000000 -0500
|
||||
+++ b/defn2c.pl 2016-11-06 15:21:35.200000000 -0600
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
use strict;
|
||||
|
||||
-my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
|
||||
+my $DEB_HOST_ARCH_OS = 'linux';
|
||||
|
||||
$DEB_HOST_ARCH_OS =~ s/\n//;
|
||||
|
||||
Reference in New Issue
Block a user