mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
ppp: Fix patch typo
(From OE-Core rev: c138c8df3aadecfca5ea72d3e66b9bc359c5a8fd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -33,7 +33,7 @@ Index: ppp-2.4.9/pppd/Makefile.linux
|
||||
endif
|
||||
|
||||
-ifeq ($(shell echo '\#include <crypt.h>' | $(CC) -E - >/dev/null 2>&1 && echo yes),yes)
|
||||
+CRYPTHEADER = "\#include <utmp.h>"
|
||||
+CRYPTHEADER = "\#include <crypt.h>"
|
||||
+ifeq ($(shell echo $(CRYPTHEADER) | $(CC) -E - >/dev/null 2>&1 && echo yes),yes)
|
||||
CFLAGS += -DHAVE_CRYPT_H=1
|
||||
LIBS += -lcrypt
|
||||
|
||||
Reference in New Issue
Block a user