diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/jpeg/patches/patch-ltconfig | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/jpeg/patches/patch-ltconfig')
-rw-r--r-- | package/jpeg/patches/patch-ltconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/jpeg/patches/patch-ltconfig b/package/jpeg/patches/patch-ltconfig new file mode 100644 index 000000000..dd6127a63 --- /dev/null +++ b/package/jpeg/patches/patch-ltconfig @@ -0,0 +1,12 @@ +--- jpeg-6b.orig/ltconfig 1998-03-25 16:25:39.000000000 +0100 ++++ jpeg-6b/ltconfig 2009-06-12 18:17:05.000000000 +0200 +@@ -1104,7 +1104,8 @@ finish_cmds= + finish_eval= + shlibpath_var= + version_type=none +-dynamic_linker="$host_os ld.so" ++dynamic_linker="Linux ld.so" ++host_os=linux-gnu + + echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6 + case "$host_os" in |