diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-09 22:21:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-09 22:21:43 +0000 |
commit | 35ef70353227e4dff60fc36437f08293be752b25 (patch) | |
tree | 806d29fe3d68433a1c971336dff58863918b2709 /data/bind/make.sh | |
parent | 03880b546d794abafd6dab3eed876dbefe06c174 (diff) |
Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P).
git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bind/make.sh')
-rw-r--r-- | data/bind/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bind/make.sh b/data/bind/make.sh index b8a32fc36..1e90e5aac 100644 --- a/data/bind/make.sh +++ b/data/bind/make.sh @@ -1,5 +1,5 @@ tar -zxvf "${PKG_DATA}/bind-9.4.2.tar.gz" cd bind-9.4.2 -pkg:configure --enable-shared=yes --enable-static=no --with-randomdev=/dev/random BUILD_CC=gcc +pkg:configure --with-randomdev=/dev/random BUILD_CC=gcc make pkg:install |