mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
net-dialup/tcpser: fix typo in CFLAGS patch
Closes: https://bugs.gentoo.org/920894 Signed-off-by: Seth M. Price <sprice623@aol.com>
This commit is contained in:
parent
6afc2668e0
commit
78dbea3503
@ -10,7 +10,7 @@ From: Seth M. Price <sprice623@aol.com>
|
||||
DEF =
|
||||
-CFLAGS = -O $(DEF) -Wall
|
||||
-LDFLAGS = -lpthread
|
||||
+CFLAGS =
|
||||
+CFLAGS +=
|
||||
+LDFLAGS += -lpthread
|
||||
DEPEND = makedepend $(DEF) $(CFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user