diff options
Diffstat (limited to 'x86_64.patch')
-rw-r--r-- | x86_64.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x86_64.patch b/x86_64.patch new file mode 100644 index 0000000..5743053 --- /dev/null +++ b/x86_64.patch @@ -0,0 +1,16 @@ +Index: libtool.m4.in +=================================================================== +RCS file: /home/kde/kde-common/admin/libtool.m4.in,v +retrieving revision 1.70 +diff -u -u -r1.70 libtool.m4.in +--- libtool.m4.in 2002/03/11 10:27:00 1.70 ++++ libtool.m4.in 2002/05/06 12:28:31 +@@ -1943,7 +1943,7 @@ + # This must be Linux ELF. + linux*) + case $host_cpu in +- alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) ++ alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* | x86_64* ) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM |