ssmtp: fix cross
This commit is contained in:
parent
adaffa3c01
commit
b014cdd292
@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
|||||||
sed -e '/INSTALLED_CONFIGURATION_FILE/d' \
|
sed -e '/INSTALLED_CONFIGURATION_FILE/d' \
|
||||||
-e 's|/lib/sendmail|$(TMPDIR)/sendmail|' \
|
-e 's|/lib/sendmail|$(TMPDIR)/sendmail|' \
|
||||||
-i Makefile
|
-i Makefile
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace '$(INSTALL) -s' '$(INSTALL) -s --strip-program $(STRIP)'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = "etcdir=$(out)/etc";
|
installFlags = "etcdir=$(out)/etc";
|
||||||
|
Loading…
Reference in New Issue
Block a user