aboutsummaryrefslogtreecommitdiff
path: root/extra/entr
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-02 13:46:52 +0300
committerCem Keylan <cem@ckyln.com>2020-07-02 13:46:52 +0300
commit2bf870b74601a13b22dae288c47318ad911b468c (patch)
tree1ddbcc3be637760178a13e3fabc62f3370822d67 /extra/entr
parenta398c8cb72180f07926cc791ff26b4137c659e0e (diff)
downloadrepository-2bf870b74601a13b22dae288c47318ad911b468c.tar.gz
entr: link statically
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