aboutsummaryrefslogtreecommitdiff
path: root/extra/entr
diff options
context:
space:
mode:
Diffstat (limited to 'extra/entr')
-rwxr-xr-xextra/entr/build2
1 files changed, 1 insertions, 1 deletions
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