]> git.pld-linux.org Git - packages/ppp.git/commitdiff
rediff lib64 and libx32 patches auto/th/ppp-2.4.9-3
authorJan Palus <atler@pld-linux.org>
Mon, 4 Oct 2021 12:16:10 +0000 (14:16 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 4 Oct 2021 12:16:10 +0000 (14:16 +0200)
ppp-lib64.patch
ppp-libx32.patch

index 49475aec03dc168a90dcf29aa2c0e50481f9f1d6..2d391543ca4b125763de194a9c1697828175e8cf 100644 (file)
@@ -23,13 +23,13 @@ diff -urN ppp-2.4.4.org/pppd/plugins/Makefile.linux ppp-2.4.4/pppd/plugins/Makef
 -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 +LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION)
  
- SUBDIRS := rp-pppoe pppoatm
- # Uncomment the next line to include the radius authentication plugin
+ CFLAGS        = $(COPTS) -I.. -I../../include -fPIC
+ LDFLAGS_SHARED        = -shared
 diff -urN ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux
 --- ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux  2004-11-14 02:12:10.000000000 +0100
 +++ ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux      2006-07-09 13:33:28.523371000 +0200
 @@ -7,7 +7,7 @@
- #***********************************************************************
+ COPTS=@CFLAGS@
  
  DESTDIR = $(INSTROOT)@DESTDIR@
 -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
index fa49bc32f00e9f4252467afd98d2e30ca27babd6..f9df60c88268aaf6e96f07ef0698e7c00834897a 100644 (file)
@@ -23,13 +23,13 @@ diff -urN ppp-2.4.4.org/pppd/plugins/Makefile.linux ppp-2.4.4/pppd/plugins/Makef
 -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 +LIBDIR = $(DESTDIR)/libx32/pppd/$(VERSION)
  
- SUBDIRS := rp-pppoe pppoatm
- # Uncomment the next line to include the radius authentication plugin
+ CFLAGS        = $(COPTS) -I.. -I../../include -fPIC
+ LDFLAGS_SHARED        = -shared
 diff -urN ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux
 --- ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux  2004-11-14 02:12:10.000000000 +0100
 +++ ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux      2006-07-09 13:33:28.523371000 +0200
 @@ -7,7 +7,7 @@
- #***********************************************************************
+ COPTS=@CFLAGS@
  
  DESTDIR = $(INSTROOT)@DESTDIR@
 -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
This page took 0.164114 seconds and 4 git commands to generate.