diff options
author | Cem Keylan <cem@ckyln.com> | 2022-06-07 16:36:39 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-06-07 16:36:39 +0200 |
commit | ae59d15653ed090ba365bbe71c8a41ea65e3873e (patch) | |
tree | fabf605809f83ae78344c5343ea6c9c48382b8d6 /extra/nettle/build | |
parent | 31db1032a26dabcc5fd829016863c4191cc8f02a (diff) | |
download | repository-ae59d15653ed090ba365bbe71c8a41ea65e3873e.tar.gz |
nettle: fix build
Diffstat (limited to 'extra/nettle/build')
-rwxr-xr-x | extra/nettle/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nettle/build b/extra/nettle/build index 32a77951..977edacb 100755 --- a/extra/nettle/build +++ b/extra/nettle/build @@ -7,5 +7,5 @@ --enable-mini-gmp \ --disable-documentation -make +make M4=gm4 make DESTDIR="$1" install |