libqaeda

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

commit 32d9d676e86931176dc419a6855f7ffedcf1ee93
parent b33698afd83ed698a6711d984a32c87d165a85ab
Author: lash <dev@holbrook.no>
Date:   Tue,  4 Mar 2025 21:58:55 +0000

Include math lib to solve missing floor sym on kali

Diffstat:
Msrc/test/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/Makefile b/src/test/Makefile @@ -1,7 +1,7 @@ OBJS := $(patsubst %.c,%.o,$(wildcard *.c)) INCLUDES := -I.. -I../aux/include CFLAGS += $(INCLUDES) -Wall -g3 -LIBS := `pkg-config --libs libtasn1` -L../aux/lib -llash ../asn1/defs_asn1_tab.o +LIBS := `pkg-config --libs libtasn1` -L../aux/lib -llash -lm ../asn1/defs_asn1_tab.o LDFLAGS += $(LIBS) all: build