This repository was archived by the owner on Jun 1, 2022. It is now read-only.
File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.6 2009-02-25
1
2
* Fix geoipupdate's my_printf function ( Boris Zentner )
2
3
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip ( Boris Zentner )
3
4
* Update region codes in libGeoIP/regionName.c ( Boris Zentner )
Original file line number Diff line number Diff line change 1
-
2
- Building OSX fat binaries is easy.
3
-
4
- - start in a clean directory.
5
- - copy the shell script below to a file and edit the file to your needs.
6
-
7
- 1.) modify export GEOIP_ARCH='-arch i386 -arch x86_64 -arch ppc -arch ppc64'
8
- to include all architectures you need.
9
- 2.) add whatever you want to the ./configure line.
10
- 3.) execute the script.
11
- 4.) do a 'make install'
12
-
13
1
#! /bin/sh
14
2
#
3
+ # Building OSX fat binaries is easy.
4
+ #
5
+ # - start in a clean directory.
6
+ # - copy the shell script below to a file and edit the file to your needs.
7
+ #
8
+ # 1.) modify export GEOIP_ARCH='-arch i386 -arch x86_64 -arch ppc -arch ppc64'
9
+ # to include all architectures you need.
10
+ # 2.) add whatever you want to the ./configure line.
11
+ # 3.) execute the script.
12
+ # 4.) do a 'make install'
13
+ #
14
+ #
15
15
# make clean or make distclean before building this
16
16
#
17
17
# tell systems before leopard that we like to build for 10.4 or higher
You can’t perform that action at this time.
0 commit comments