DBD::SQLite: Don't link against /usr/lib/libsqlite3.dylib on Darwin

This commit is contained in:
Eelco Dolstra 2012-09-12 12:33:03 -04:00
parent 44dec2d5dd
commit 14b1ed53a0

View File

@ -17,6 +17,11 @@ buildPerlPackage rec {
./external-sqlite.patch ./external-sqlite.patch
]; ];
preBuild =
''
substituteInPlace Makefile --replace -L/usr/lib ""
'';
postInstall = postInstall =
'' ''
# Prevent warnings from `strip'. # Prevent warnings from `strip'.