Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
dnsmasq
Commits
a1554fae
Commit
a1554fae
authored
Oct 04, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patched dnsmasq to work with latest glib
parent
072b17ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+1
-0
dnsmasq-2.80-fix_glib.patch
dnsmasq-2.80-fix_glib.patch
+11
-0
No files found.
Makefile
View file @
a1554fae
all
:
tar
xf dnsmasq-2.80.tar.xz
patch
-Np1
-d
dnsmasq-2.80 < dnsmasq-2.80-fix_glib.patch
$(MAKE)
-C
dnsmasq-2.80
$(MAKE)
-C
dnsmasq-2.80
install
PREFIX
=
/usr
rm
-rf
dnsmasq-2.80
dnsmasq-2.80-fix_glib.patch
0 → 100644
View file @
a1554fae
diff -uNr dnsmasq-2.80/src/dnsmasq.h dnsmasq-2.80-fix_glib/src/dnsmasq.h
--- dnsmasq-2.80/src/dnsmasq.h 2018-10-19 04:51:55.000000000 +1030
+++ dnsmasq-2.80-fix_glib/src/dnsmasq.h 2019-09-30 14:30:49.322876059 +0930
@@ -138,6 +138,7 @@
#endif
#if defined(HAVE_LINUX_NETWORK)
+#include <linux/sockios.h>
#include <linux/capability.h>
/* There doesn't seem to be a universally-available
userspace header for these. */
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