Package: libslang2-dev Version: 2.2.4-10 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch
libslang2-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:
/usr/share/doc/libslang2-dev/examples/Makefile /usr/share/doc/libslang2-dev/examples/config.h An example diff between i386 and kfreebsd-amd64 is attached. -- Jakub Wilk
diff -ur libslang2-dev_2.2.4-10_kfreebsd-amd64/usr/share/doc/libslang2-dev/examples/Makefile libslang2-dev_2.2.4-10_i386/usr/share/doc/libslang2-dev/examples/Makefile --- libslang2-dev_2.2.4-10_kfreebsd-amd64/usr/share/doc/libslang2-dev/examples/Makefile 2012-04-30 13:01:35.000000000 +0200 +++ libslang2-dev_2.2.4-10_i386/usr/share/doc/libslang2-dev/examples/Makefile 2012-04-30 12:18:58.000000000 +0200 @@ -4,7 +4,7 @@ # Choose a C compiler. It must understand prototypes. #----------------------------------------------------------------------------- CC = gcc -CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security +CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security LDFLAGS = -Wl,-z,relro -Wl,-export-dynamic #----------------------------------------------------------------------------- # Directory where the various libraries are located. diff -ur libslang2-dev_2.2.4-10_kfreebsd-amd64/usr/share/doc/libslang2-dev/examples/config.h libslang2-dev_2.2.4-10_i386/usr/share/doc/libslang2-dev/examples/config.h --- libslang2-dev_2.2.4-10_kfreebsd-amd64/usr/share/doc/libslang2-dev/examples/config.h 2012-04-30 13:01:36.000000000 +0200 +++ libslang2-dev_2.2.4-10_i386/usr/share/doc/libslang2-dev/examples/config.h 2012-04-30 12:19:00.000000000 +0200 @@ -16,7 +16,7 @@ #define HAVE_LONG_LONG 1 /* The following set defines may be necessary to activate long file support */ -/* #undef _FILE_OFFSET_BITS */ +#define _FILE_OFFSET_BITS 64 /* #undef _LARGE_FILES */ /* #undef _LARGEFILE_SOURCE */ @@ -87,7 +87,7 @@ /* Set these to the appropriate values */ #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 -#define SIZEOF_LONG 8 +#define SIZEOF_LONG 4 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_LONG 8 @@ -95,7 +95,7 @@ /* #undef off_t */ #define SIZEOF_OFF_T 8 /* #undef size_t */ -#define SIZEOF_SIZE_T 8 +#define SIZEOF_SIZE_T 4 /* define if you have these. */ #define HAVE_ATEXIT 1 @@ -146,7 +146,7 @@ #define HAVE_GETPRIORITY 1 #define HAVE_SETPRIORITY 1 -#define HAVE_ISSETUGID 1 +/* #undef HAVE_ISSETUGID */ #define HAVE_ACOSH 1 #define HAVE_ASINH 1