ALT Linux Bugzilla
– Attachment 7309 Details for
Bug 30914
pppoe-discovery Segmentation fault
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fix pppoe-discovery
0001-Fix-build-of-pppoe-discovery-utility.patch (text/plain), 879 bytes, created by
Georgy A Bystrenin
on 2017-12-12 02:08:45 MSK
(
hide
)
Description:
Fix pppoe-discovery
Filename:
MIME Type:
Creator:
Georgy A Bystrenin
Created:
2017-12-12 02:08:45 MSK
Size:
879 bytes
patch
obsolete
>From 73f8b2877bf3d483cb3dcb824a71690661956b83 Mon Sep 17 00:00:00 2001 >From: Georgy A Bystrenin <gkot@altlinux.org> >Date: Tue, 12 Dec 2017 02:30:44 +0400 >Subject: [PATCH] Fix build of pppoe-discovery utility > >--- > pppd/plugins/rp-pppoe/Makefile.linux | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/pppd/plugins/rp-pppoe/Makefile.linux b/pppd/plugins/rp-pppoe/Makefile.linux >index 3b3a9bb..0ca8638 100644 >--- a/pppd/plugins/rp-pppoe/Makefile.linux >+++ b/pppd/plugins/rp-pppoe/Makefile.linux >@@ -31,7 +31,7 @@ LDFLAGS= -shared > all: rp-pppoe.so pppoe-discovery > > pppoe-discovery: pppoe-discovery.o debug.o >- $(CC) $(CFLAGS) $(LDFLAGS) -o pppoe-discovery pppoe-discovery.o debug.o -ludev >+ $(CC) -o pppoe-discovery pppoe-discovery.o debug.o -ludev > > pppoe-discovery.o: pppoe-discovery.c > $(CC) $(CFLAGS) -c -o pppoe-discovery.o pppoe-discovery.c >-- >2.10.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30914
: 7309 |
7589