Bug#752054: commons-daemon: add mips abi n32, n64 support
YunQiang Su
wzssyqa at gmail.com
Fri Oct 24 06:19:04 UTC 2014
On Thu, 19 Jun 2014 15:10:25 +0800 Sphinx Jiang <yishanj13 at gmail.com> wrote:
> Index: commons-daemon-1.0.15/src/native/unix/support/apsupport.m4
> ===================================================================
> --- commons-daemon-1.0.15.orig/src/native/unix/support/apsupport.m4 2014-06-19 05:40:23.000000000 +0000
> +++ commons-daemon-1.0.15/src/native/unix/support/apsupport.m4 2014-06-19 05:46:23.202817468 +0000
> @@ -113,7 +113,7 @@
> LDCMD="/opt/C/bin/cc"
> HOST_CPU=osd
> ;;
> - mips)
> + mips | mipsn32 | mips64)
> CFLAGS="$CFLAGS -DCPU=\\\"mips\\\""
> supported_os="mips"
> HOST_CPU=mips
> @@ -142,7 +142,7 @@
> fi
> CFLAGS="$CFLAGS -DCPU=\\\"$HOST_CPU\\\" -DSO_EXT=\\\"sl\\\""
> ;;
> - mipsel)
> + mipsel | mipsn32el | mips64el)
> CFLAGS="$CFLAGS -DCPU=\\\"mipsel\\\""
> supported_os="mipsel"
> HOST_CPU=mipsel
I NMUed this package with the attached patch to 5-delay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: commons-daemon.debdiff
Type: application/octet-stream
Size: 2139 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20141024/d62438e2/attachment.obj>
More information about the pkg-java-maintainers
mailing list