DBD::SQLite: Don't link against /usr/lib/libsqlite3.dylib on Darwin
This commit is contained in:
parent
44dec2d5dd
commit
14b1ed53a0
@ -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'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user