Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
Dnsmasq
Commits
1adadf58
Commit
1adadf58
authored
Feb 13, 2012
by
Simon Kelley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak Makefile so it works again in BSD make.
First cut at man page changes for DHCPv6
parent
e5ffdb9c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
37 deletions
+98
-37
CHANGELOG
CHANGELOG
+7
-0
Makefile
Makefile
+3
-4
man/dnsmasq.8
man/dnsmasq.8
+88
-33
No files found.
CHANGELOG
View file @
1adadf58
...
@@ -51,6 +51,13 @@ version 2.60
...
@@ -51,6 +51,13 @@ version 2.60
If BUILDDIR is not set, compilation happens in the src
If BUILDDIR is not set, compilation happens in the src
directory, as before. Suggestion from Mark Mitchell.
directory, as before. Suggestion from Mark Mitchell.
First cut at supporting DHCPv6. Support is pretty much
there for the sort of things the existing v4 server does,
including tags, options, static addresses and relay
support. Missing is prefix delegation. This is lightly
tested alpha code, it is NOT YET PRODUCTION READY. Test
reports would be greatly valued.
version 2.59
version 2.59
Fix regression in 2.58 which caused failure to start up
Fix regression in 2.58 which caused failure to start up
...
...
Makefile
View file @
1adadf58
...
@@ -99,10 +99,10 @@ $(BUILDDIR):
...
@@ -99,10 +99,10 @@ $(BUILDDIR):
$(OBJS
:
.o=.c) $(HDRS):
$(OBJS
:
.o=.c) $(HDRS):
ln
-s
../
$(SRC)
/
$@
.
ln
-s
../
$(SRC)
/
$@
.
%.o
:
%.c $(HDRS)
.c.o
:
$(CC)
$(CFLAGS)
$(COPTS)
$(I18N)
$(BUILD_CFLAGS)
$(RPM_OPT_FLAGS)
-c
$
*
.c
$(CC)
$(CFLAGS)
$(COPTS)
$(I18N)
$(BUILD_CFLAGS)
$(RPM_OPT_FLAGS)
-c
$
<
dnsmasq
:
$(OBJS)
dnsmasq
:
$(
HDRS) $(
OBJS)
$(CC)
$(LDFLAGS)
-o
$@
$(OBJS)
$(BUILD_LIBS)
$(LIBS)
$(CC)
$(LDFLAGS)
-o
$@
$(OBJS)
$(BUILD_LIBS)
$(LIBS)
dnsmasq.pot
:
$(OBJS:.o=.c) $(HDRS)
dnsmasq.pot
:
$(OBJS:.o=.c) $(HDRS)
...
@@ -112,5 +112,4 @@ dnsmasq.pot : $(OBJS:.o=.c) $(HDRS)
...
@@ -112,5 +112,4 @@ dnsmasq.pot : $(OBJS:.o=.c) $(HDRS)
$(MSGMERGE)
-o
- ../po/
$*
.po dnsmasq.pot |
$(MSGFMT)
-o
$*
.mo -
$(MSGMERGE)
-o
- ../po/
$*
.po dnsmasq.pot |
$(MSGFMT)
-o
$*
.mo -
.PHONY
:
all clean install install-common all-i18n install-i18n merge
.PHONY
:
all clean install install-common all-i18n install-i18n merge
man/dnsmasq.8
View file @
1adadf58
This diff is collapsed.
Click to expand it.
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