summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 21:08:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-25 21:13:17 +0200
commit33be8489d2fe51288eadcc9722e3042e6da5b002 (patch)
tree35c7fa7579b05d9beac842d6cda3bb1584026803 /rules/ppp.make
parente17d4f83364984ae3e3adefa32babfbb1c9d236d (diff)
downloadptxdist-33be8489d2fe51288eadcc9722e3042e6da5b002.tar.gz
ptxdist-33be8489d2fe51288eadcc9722e3042e6da5b002.tar.xz
ppp: fix building with glibc-2.28
Add a Debian patch for this and update the sysroot patch. '-lcrypt' is always needed and openssl replaces some other stuff. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index 46b1d14c9..aa34b369d 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -121,12 +121,6 @@ else
@$(call disable_sh,$(PPP_DIR)/pppd/Makefile,CBCP=y)
endif
-ifdef PTXCONF_PPP_NEEDS_CRYPT
- @$(call enable_sh,$(PPP_DIR)/pppd/Makefile,USE_CRYPT=y)
-else
- @$(call disable_sh,$(PPP_DIR)/pppd/Makefile,USE_CRYPT=y)
-endif
-
ifdef PTXCONF_PPP_TDB
@$(call enable_sh,$(PPP_DIR)/pppd/Makefile,USE_TDB=y)
else