mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
14 lines
396 B
Diff
14 lines
396 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index b42f945..c703321 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -57,7 +57,7 @@ endif
|
|
VERSION = 0.4.2
|
|
VERSION_SCRIPT := libbpftune.map
|
|
|
|
-CFLAGS = -fPIC -Wall -Wextra -g -I../include -std=c99
|
|
+CFLAGS += -fPIC -Wall -Wextra -g -I../include -std=c99
|
|
|
|
CFLAGS += -DBPFTUNE_VERSION='"$(BPFTUNE_VERSION)"' \
|
|
-DBPFTUNER_PREFIX_DIR='"$(prefix)"' \
|