diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-02 13:46:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-02 13:46:52 +0300 |
commit | 2bf870b74601a13b22dae288c47318ad911b468c (patch) | |
tree | 1ddbcc3be637760178a13e3fabc62f3370822d67 | |
parent | a398c8cb72180f07926cc791ff26b4137c659e0e (diff) | |
download | repository-2bf870b74601a13b22dae288c47318ad911b468c.tar.gz |
entr: link statically
-rwxr-xr-x | extra/entr/build | 2 |
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 |