From 2bf870b74601a13b22dae288c47318ad911b468c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 2 Jul 2020 13:46:52 +0300 Subject: entr: link statically --- extra/entr/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/entr/build') diff --git a/extra/entr/build b/extra/entr/build index 6f711c25..70c5284d 100755 --- 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 -- cgit v1.2.3