I've been looking at the upstream configure patch from:
http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_2.0.0.1
+0dfsg-0ubuntu0.6.10.diff.gz
The whole issue has to do with OS_TARGET not being "Linux" but rather
"linux-gnu" (inherited from ${host_os} which comes from autotools IIRC)
A possible fix would be to deal with this the same way it is dealt with
for darwin:
instead of:
+ case "${host_os}" in
+ linux*) OS_ARCH=Linux ;;
Use
+ case "${host_os}" in
+ linux*) OS_ARCH=Linux OS_TARGET=Linux;;
This is untested however.
--
[Edgy] Incompatible with Google Toolbar.
https://launchpad.net/bugs/68663
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs