]> git.pld-linux.org Git - packages/libgda3.git/blob - x32.patch
- adjusted glib232 and format-security patches for newer glib and glibc
[packages/libgda3.git] / x32.patch
1 --- libgda-3.1.5/configure.in.orig      2016-05-05 18:15:14.000000000 +0200
2 +++ libgda-3.1.5/configure.in   2016-05-05 18:20:11.722298716 +0200
3 @@ -213,7 +213,12 @@
4  dnl Test for lib64 architectures
5  dnl FIXME: should really check target
6  case $host_cpu in
7 -x86_64* | sparc64* | s390x* | ppc64* | powerpc64* ) lib="lib64";;
8 +sparc64* | s390x* | ppc64* | powerpc64* ) lib="lib64";;
9 +x86_64*) case $host_os in
10 +       *-gnux32) lib="libx32";;
11 +       *) lib="lib64";;
12 +       esac
13 +       ;;
14  *) lib="lib";;
15  esac
16  
This page took 0.215819 seconds and 3 git commands to generate.