parent
533d8e9768
commit
6d413c946c
@ -35,11 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlagsArray+=(CFLAGS="${cflags}")
|
makeFlagsArray+=(CFLAGS="${cflags}")
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
# HACK: This should be fixed in the Makefile.
|
|
||||||
postPatch = ''
|
|
||||||
sed -i 's/libtampi.a/libtampi-c.a/g' Makefile
|
|
||||||
'';
|
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"CC=${cc.cc.CC}"
|
"CC=${cc.cc.CC}"
|
||||||
"BS=${toString blocksize}"
|
"BS=${toString blocksize}"
|
||||||
|
Loading…
Reference in New Issue
Block a user