/
githubmirror
/
libnet
Обзор
Документация
Войти
/
githubmirror
/
libnet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libnet-1.2-rc2
lua/Linux.mak
12 строк
434 B
Sam Roberts
Remove pcap and netfilter bindings from libnet.
01 апр 2011, 03:57
01 апр 2011, 03:57
4c4c4c1
Код
Авторство
О чём код?
# Linux CC = gcc LDFLAGS = -fPIC -fno-common -shared LUA = lua5.1 CLUA=$(shell pkg-config --cflags ${LUA}) LLUA=$(shell pkg-config --libs ${LUA}) # Example: # cc -Wall -Werror -g -I wurldtech/rst `libnet-config --cflags --defines` # `dnet-config --cflags` -O0 -DNDEBUG -fPIC -fno-common -shared # -I/usr/include/lua5.1 -o wurldtech/lgram/net.so wurldtech/lgram/net.c -lrt # -lm `dnet-config --libs` `libnet-config --libs` -llua5.1