mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
23 lines
486 B
Plaintext
23 lines
486 B
Plaintext
From 0d232909b89968837bcf1f94f9ee8a5efb2cf6f7 Mon Sep 17 00:00:00 2001
|
|
From: Al Hoang <13622+hoanga@users.noreply.github.com>
|
|
Date: Sat, 9 May 2020 08:57:49 -0500
|
|
Subject: [PATCH] Add network link parameter
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 82c7858..bf46aa2 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2,7 +2,7 @@
|
|
default: all
|
|
|
|
CXXFLAGS=-O2 -I/usr/local/include
|
|
-LIBS=-lz -lpcap -lpcre
|
|
+LIBS=-lz -lpcap -lpcre -lnetwork
|
|
|
|
PREFIX?=/usr/local
|
|
INSTALL_BIN=$(PREFIX)/bin
|
|
--
|
|
2.26.0
|
|
|