diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-08 10:23:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-08 10:23:37 +0300 |
commit | 7f66a0f4caeae78b629fac1b7884dd48136beafe (patch) | |
tree | a6162ae3ce56279d49186c4303b33dc222150f63 /extra/tzdata/build | |
parent | 2089ac2b9abfe9d8155805dd1c6357443e83097c (diff) | |
download | repository-7f66a0f4caeae78b629fac1b7884dd48136beafe.tar.gz |
tzdata: bump to 2020b
Diffstat (limited to 'extra/tzdata/build')
-rwxr-xr-x | extra/tzdata/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/tzdata/build b/extra/tzdata/build index 1ded1cbc..8b77e1ae 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -2,7 +2,7 @@ pkg_dir=$1 -make CC="${CC:-gcc}" +make CC="${CC:-gcc}" LDFLAGS="$LDFLAGS -static" make DESTDIR="$1" install # Get rid of the sbin directory |