1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/databases/py-MySQL/files
Vanilla I. Shu 8ee05fcbde Cleanup of build process of the py-MySQL port. Previously port used
custom Makefile for this purpose, which led to resulting module
being bloated (~600K) by linking all Python code from libpython1.5
into it. With this patch the module will use standard Python's way
to build supplemental modules, which should generally be cleaner.
Other good sideeffect is that after this patch resulting module
is only 20K in size.

PR:		ports/17893
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-23 16:24:06 +00:00
..
patch-aa Python MySQL module allows you to access easily a MySQL database 2000-01-14 15:00:08 +00:00
Setup Cleanup of build process of the py-MySQL port. Previously port used 2000-04-23 16:24:06 +00:00