main
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
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
Description
Languages
Perl
53.5%
C
41.4%
XS
4.6%
Dockerfile
0.5%