Bug#682926: Acknowledgement (nss: does not yield to CC or CPP, environment variables, multi-arch crossbuild support)

shawn shawnlandden at gmail.com
Sat Jul 28 01:02:28 UTC 2012


nss also gets the HOST/BUILD terminology backwards in the top of the
rules file

ifneq (,$(filter 64 alpha amd64 ia64 s390x,$(shell dpkg-architecture
-qDEB_BUILD_ARCH_BITS 2> /dev/null || dpkg-architecture
-qDEB_BUILD_ARCH)))
USE_64 := USE_64=1
else
USE_64 :=
endif

should be

ifneq (,$(filter 64 alpha amd64 ia64 s390x,$(shell dpkg-architecture
-qDEB_HOST_ARCH_BITS 2> /dev/null || dpkg-architecture
-qDEB_HOST_ARCH)))
USE_64 := USE_64=1
else
USE_64 :=
endif



More information about the pkg-mozilla-maintainers mailing list