Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
18648907
Commit
18648907
authored
16 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Build correctly from outside main source tree. Patch from Michael Gold.
svn:r18809
parent
01fff4e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
configure.in
+1
-1
1 addition, 1 deletion
configure.in
with
3 additions
and
2 deletions
ChangeLog
+
2
−
1
View file @
18648907
...
...
@@ -41,6 +41,8 @@ Changes in version 0.2.1.13-????? - 2009-02-??
aligned. Possible fix for bug 604.
- Parse dates and IPv4 addresses in a locale- and libc-independent
manner, to avoid platform-dependent behavior on malformed input.
- Build correctly when configured to build outside the main source
path. Patch from Michael Gold.
o Minor features:
- On Linux, use the prctl call to re-enable core dumps when the user
...
...
@@ -50,7 +52,6 @@ Changes in version 0.2.1.13-????? - 2009-02-??
can keep up-to-date on which relays they should be using.
- Update to the "February 26 2009" ip-to-country file.
Changes in version 0.2.0.34 - 2009-02-08
Tor 0.2.0.34 features several more security-related fixes. You should
upgrade, especially if you run an exit relay (remote crash) or a
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
18648907
...
...
@@ -18,7 +18,7 @@ fi
# Not a no-op; we want to make sure that CPPFLAGS is set before we use
# the += operator on it in src/or/Makefile.am
CPPFLAGS="$CPPFLAGS -I
..
/common"
CPPFLAGS="$CPPFLAGS -I
\${top_srcdir}/src
/common"
AC_ARG_ENABLE(debug,
AS_HELP_STRING(--enable-debug, compile with debugging info),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment