Comment # 1
on bug 10430
from Guy Harris
To quote the log from the "configure" stage of the build on the 32-bit x86 OS X
buildbot:
./configure --with-gtk2 --enable-osx-deploy-target=10.6
in dir
/Users/buildslave/Documents/wireshark-release-1.10/osx-10.6-x86/build (timeout
1200 secs)
watching logfiles {}
argv: ['./configure', '--with-gtk2', '--enable-osx-deploy-target=10.6']
So that buildbot is *explicitly* choosing to build with a target of 10.6 and
later.
If this is intentional, we should explicitly note that we don't support 10.5 in
1.12, and stop offering a 1.12 download for 10.5.
If this is *not* intentional, we should give the --enable-osx-deploy-target
flag an argument of 10.5 rather than 10.6.
You are receiving this mail because:
- You are watching all bug changes.