diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-26 00:14:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-26 00:14:35 +0300 |
commit | f6e1e57c679f8a282b53d65736cdd3b22a653cd0 (patch) | |
tree | f8b55cdcef6f86dbf0f32f347a1d76095f648afc /personal/mu/build | |
parent | 5bbd1cbd5d66b5e09a2b0e20e0bf88621e79b8e1 (diff) | |
download | repository-f6e1e57c679f8a282b53d65736cdd3b22a653cd0.tar.gz |
mu: bump to 1.4.13
Diffstat (limited to 'personal/mu/build')
-rwxr-xr-x | personal/mu/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/personal/mu/build b/personal/mu/build index 55d4897..c9b66b7 100755 --- a/personal/mu/build +++ b/personal/mu/build @@ -2,7 +2,9 @@ autoreconf -if -export MAKEINFO=true +cpt l texinfo || export MAKEINFO=true + +export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ |