• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ghostscript/0001-Fix-cross-compilation-issue.patch
Bernd KuhlsBernd Kuhls committed 1a83dda003c18 Dec 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 5fed765abb8ff07c381cc3ebb9367e9560f7a658 Mon Sep 17 00:00:00 2001
2
From: Bernd Kuhls <bernd.kuhls@t-online.de>
3
Date: Mon, 20 Mar 2017 23:43:03 +0100
4
Subject: [PATCH] Fix cross compilation issue
5
​
6
Without this patch unsafe paths are used:
7
x86_64-linux-gcc: ERROR: unsafe header/library path used in cross-compilation: '/libtiff'
8
​
9
Downloaded from
10
http://bugs.ghostscript.com/show_bug.cgi?id=696508#c3
11
​
12
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
13
---
14
 configure.ac | 2 +-
15
 1 file changed, 1 insertion(+), 1 deletion(-)
16
​
17
diff --git a/configure.ac b/configure.ac
18
index d0f62d7..0d49344 100644
19
--- a/configure.ac
20
+++ b/configure.ac
21
@@ -1173,7 +1173,7 @@ XPSWRITEDEVICE=''
22
 
23
 
24
 LIBTIFFDIR='src'
25
-LIBTIFFCONFDIR=''
26
+LIBTIFFCONFDIR='src'
27
 
28
 TIFFDEVS_ALL='tiffs tiff12nc tiff24nc tiff48nc tiff32nc tiff64nc tiffcrle tifflzw tiffpack tiffgray tiffsep tiffsep1 tiffscaled tiffscaled4 tiffscaled8 tiffscaled24 tiffscaled32'
29
 FAX_DEVS_ALL='cfax dfaxlow dfaxhigh fax faxg3 faxg32d faxg4 tiffg3 tiffg32d tiffg4 tfax'
30
-- 
31
2.7.4
32
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.