Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275403 Details for
Bug 361441
New ebuild: l2tpv3tun-0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
l2tpv3tun-0.2-makefile.patch
l2tpv3tun-0.2-makefile.patch (text/plain), 590 bytes, created by
Andrew Savchenko
on 2011-05-31 20:14:17 UTC
(
hide
)
Description:
l2tpv3tun-0.2-makefile.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2011-05-31 20:14:17 UTC
Size:
590 bytes
patch
obsolete
>--- Makefile.orig 2010-12-10 16:55:03.000000000 +0300 >+++ Makefile 2011-05-31 23:22:11.032655424 +0400 >@@ -1,7 +1,7 @@ >-LDFLAGS= -lnl >+LDFLAGS+= -lnl > >-CFLAGS= -g -I. -MMD \ >- -Wall -Werror -DL2TP_CMD_ROOT=\"l2tpv3tun\" >+CFLAGS+= -I. -MMD \ >+ -Wall -DL2TP_CMD_ROOT=\"l2tpv3tun\" > > INSTALL?= install > PROGS= l2tpv3tun >@@ -15,7 +15,7 @@ > $(RM) $(wildcard *.o) $(wildcard *.d) $(PROGS) > > install: >- $(INSTALL) -d $(DESTDIR)/usr/bin >- $(INSTALL) $(PROGS) $(DESTDIR)/usr/bin >+ $(INSTALL) -d $(DESTDIR)/usr/sbin >+ $(INSTALL) $(PROGS) $(DESTDIR)/usr/sbin > > sinclude $(wildcard *.d)
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 361441
:
267959
|
275401
| 275403