Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetworkManager-l2tp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
NetworkManager-l2tp
Commits
85a5abb6
Commit
85a5abb6
authored
May 16, 2015
by
CeRiAl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Global: Fixes for Ubuntu Vivid and friends
parent
b5a0a0d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
INSTALL
INSTALL
+2
-1
Makefile.am
auth-dialog/Makefile.am
+1
-0
No files found.
INSTALL
View file @
85a5abb6
...
@@ -14,11 +14,12 @@ $ ./autogen.sh
...
@@ -14,11 +14,12 @@ $ ./autogen.sh
The Debian and Ubuntu GNOME packages don't have reasonable defaults,
The Debian and Ubuntu GNOME packages don't have reasonable defaults,
so you have to give ./configure every path manually:
so you have to give ./configure every path manually:
$ PPP_VERSION=`pppd --version 2>&1| grep version | awk '{print $3}'`
$ ./configure \
$ ./configure \
--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager \
--sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager \
--infodir=/usr/share/info --mandir=/usr/share/man \
--infodir=/usr/share/info --mandir=/usr/share/man \
--with-pppd-plugin-dir=/usr/lib/pppd/
2.4.5
--with-pppd-plugin-dir=/usr/lib/pppd/
$PPP_VERSION
$ make
$ make
$ sudo make install
$ sudo make install
...
...
auth-dialog/Makefile.am
View file @
85a5abb6
...
@@ -7,6 +7,7 @@ nm_ipsec_l2tp_auth_dialog_CPPFLAGS = \
...
@@ -7,6 +7,7 @@ nm_ipsec_l2tp_auth_dialog_CPPFLAGS = \
$(GLIB_CFLAGS)
\
$(GLIB_CFLAGS)
\
$(GTK_CFLAGS)
\
$(GTK_CFLAGS)
\
$(GNOMEKEYRING_CFLAGS)
\
$(GNOMEKEYRING_CFLAGS)
\
-Wno-error
=
deprecated-declarations
\
-DICONDIR
=
\"
"
$(datadir)
/pixmaps"
\"
\
-DICONDIR
=
\"
"
$(datadir)
/pixmaps"
\"
\
-DUIDIR
=
\"
"
$(uidir)
"
\"
\
-DUIDIR
=
\"
"
$(uidir)
"
\"
\
-DBINDIR
=
\"
"
$(bindir)
"
\"
\
-DBINDIR
=
\"
"
$(bindir)
"
\"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment