From 8ee05fcbde099f9935a2b74ccf706c65130a3b36 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 23 Apr 2000 16:24:06 +0000 Subject: 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 --- databases/py-MySQL/files/Setup | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 databases/py-MySQL/files/Setup (limited to 'databases/py-MySQL/files/Setup') diff --git a/databases/py-MySQL/files/Setup b/databases/py-MySQL/files/Setup new file mode 100644 index 000000000000..bc8973ba58f9 --- /dev/null +++ b/databases/py-MySQL/files/Setup @@ -0,0 +1,2 @@ +*shared* +MySQL MySQLmodule.c -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql -lmysqlclient -- cgit v1.2.3