Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 165db9f

Browse files
committed
Release 1.4.6 2009-02-25
1 parent 5bb9d38 commit 165db9f

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.4.6 2009-02-25
12
* Fix geoipupdate's my_printf function ( Boris Zentner )
23
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip ( Boris Zentner )
34
* Update region codes in libGeoIP/regionName.c ( Boris Zentner )

README.OSX

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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-
131
#!/bin/sh
142
#
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+
#
1515
# make clean or make distclean before building this
1616
#
1717
# tell systems before leopard that we like to build for 10.4 or higher

0 commit comments

Comments
 (0)