commit 2bf870b74601a13b22dae288c47318ad911b468c parent a398c8cb72180f07926cc791ff26b4137c659e0e Author: Cem Keylan <cem@ckyln.com> Date: Thu, 2 Jul 2020 13:46:52 +0300 entr: link statically Diffstat:
M | extra/entr/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extra/entr/build b/extra/entr/build @@ -2,5 +2,5 @@ ./configure cp Makefile.linux Makefile -make +make LDFLAGS="$LDFLAGS -static" make DESTDIR="$1" PREFIX=/usr install