installation and file permissions are checked and corrected on upgrades.
Requirements:
-* Mac OS X 10.4 or later
+* Mac OS X 10.5 or later (building/packaging), 10.4 or later (deployment)
* Mac OS X developer tools installed
Example (compile and create package from within bacula source tree):
CFLAGS=-O -g -arch i386 -arch ppc
CXXFLAGS=${CFLAGS}
LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch ppc
-
- Because the configure-scripts fails on 10.4 when -syslibroot is specified,
- this option is supplied to make only.