diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-17 20:21:39 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-17 21:21:44 +0200 |
commit | 9019323ec1109d636b6e2ca9fe991dce45635f96 (patch) | |
tree | 0c7d61363d2905ae22ba7a378330d22e04028fc2 /package/network/services/ppp/Makefile | |
parent | ac10975cd704af465f8200f504032bc0d7b0d1ba (diff) | |
download | upstream-9019323ec1109d636b6e2ca9fe991dce45635f96.tar.gz upstream-9019323ec1109d636b6e2ca9fe991dce45635f96.tar.bz2 upstream-9019323ec1109d636b6e2ca9fe991dce45635f96.zip |
ppp: fix building pptp plugin
The pptp.so plugin needs to be built with -fPIC as well in order to be
linkable again.
Fixes 888a15ff83 ("ppp: add missing -fPIC to rp-pppoe.so CFLAGS")
Fixes e7397eef69 ("ppp: compile with LTO enabled")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r-- | package/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 60c07565f3..9fbee90f12 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.7 -PKG_RELEASE:=12 +PKG_RELEASE:=13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/ppp/ |