Monty Taylor 7eb0e3cebf Remove -fcommon workaround
We've landed the fix to libdrizle, so we no longer need -fcommon.

Remove -I/usr/include and the libs arguments. They shouldn't be
arguments. As a result, tear out a large pile of Makefile.PL.

Change-Id: I558cbe290243127eb4c5a11b857fbb9f2f14fd8c
2026-06-20 19:13:12 +00:00
2026-05-29 23:38:50 +00:00
2026-06-20 17:27:55 +00:00
2026-05-28 18:13:55 +00:00
2026-06-19 23:22:31 +00:00
2026-06-19 23:22:31 +00:00
2026-06-20 19:13:12 +00:00
2026-06-19 23:22:31 +00:00
2026-05-29 23:38:50 +00:00
2026-06-20 19:13:12 +00:00
2026-05-29 23:38:50 +00:00
2026-05-29 23:38:50 +00:00
2026-05-29 23:38:50 +00:00
2026-05-29 23:38:50 +00:00
2026-05-29 23:38:50 +00:00

DBD::drizzle - A Perl5 Database Interface to the Drizzle database
=============================================================

 Prerequisites
----------------
* Perl
* Drizzle (bzr branch lp:drizzle)
* libdrizzle (bzr branch lp:libdrizzle)
* C compiler

Installation
-------------
You should only have to run the following:

perl Makefile.PL --cflags=-I/usr/local/drizzle/include/ --libs=-"L/usr/local/drizzle/lib -ldrizzle"


Depending on where libdrizzle is installed. Also, you'll want to make 
sure that ldconfig has configured libdrizzle to be in your library path 
S
Description
DBD::drizzle Perl driver
Readme 174 KiB
Languages
Perl 53.5%
C 41.4%
XS 4.6%
Dockerfile 0.5%