diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-12 22:50:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-12 22:50:43 +0200 |
commit | 038f8a442ca1895e42ad24d4032013f10cc960c7 (patch) | |
tree | c84e6e8ec177aaef6f81a4630235658a94b518e5 | |
parent | shutdown: add name parameter (diff) | |
download | liberror-libc-038f8a442ca1895e42ad24d4032013f10cc960c7.tar.gz liberror-libc-038f8a442ca1895e42ad24d4032013f10cc960c7.tar.bz2 liberror-libc-038f8a442ca1895e42ad24d4032013f10cc960c7.tar.xz |
Fix so
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LIBEXT = so -LIBFLAGS = -shared -Wl,-soname,libkeccak.$(LIBEXT).$(LIB_MAJOR) +LIBFLAGS = -shared -Wl,-soname,liberror-libc.$(LIBEXT).$(LIB_MAJOR) LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) LIBMINOREXT = $(LIBEXT).$(LIB_VERSION) |