[Bug 1551796] Re: DPDK build should avoid using uname -m
ChristianEhrhardt
1551796 at bugs.launchpad.net
Tue Mar 1 15:14:28 UTC 2016
I looked into it and while DEB_BUILD_ARCH doesn't match uname -m the
usage of something like the following should be appropriate.
DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
... $(DEB_HOST_GNU_CPU)
I'm currently wrapping up several fixes where I can integrate this minor
patch (not worth an upload on its own)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dpdk in Ubuntu.
https://bugs.launchpad.net/bugs/1551796
Title:
DPDK build should avoid using uname -m
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1551796/+subscriptions
More information about the Ubuntu-server-bugs
mailing list