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
d8f9a5da
Commit
d8f9a5da
authored
4 years ago
by
Matthew Finkel
Browse files
Options
Downloads
Patches
Plain Diff
Export RANLIB so it's available in combine_libs script
Fixes 40172; bugfix on 0.4.5.1-alpha
parent
bc6c37b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!200
Export RANLIB so it's available in combine_libs script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+1
-0
1 addition, 0 deletions
Makefile.am
with
1 addition
and
0 deletions
Makefile.am
+
1
−
0
View file @
d8f9a5da
...
...
@@ -143,6 +143,7 @@ TOR_INTERNAL_LIBS = \
libtor.a
:
$(TOR_INTERNAL_LIBS)
$(
AM_V_AR
)
export
AR
=
"
$(
AR
)
"
;
\
export
ARFLAGS
=
"
$(
ARFLAGS
)
"
;
\
export
RANLIB
=
"
$(
RANLIB
)
"
;
\
$(
top_srcdir
)
/scripts/build/combine_libs libtor.a
$(
TOR_INTERNAL_LIBS
)
MOSTLYCLEANFILES
+=
libtor.a
...
...
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