Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e96c5791
Commit
e96c5791
authored
Dec 08, 2016
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export missing VSB symbols from libvarnishapi
parent
c938f4d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
Makefile.am
lib/libvarnishapi/Makefile.am
+1
-1
libvarnishapi.map
lib/libvarnishapi/libvarnishapi.map
+9
-0
No files found.
lib/libvarnishapi/Makefile.am
View file @
e96c5791
...
...
@@ -9,7 +9,7 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES
=
libvarnishapi.la
libvarnishapi_la_LDFLAGS
=
$(AM_LDFLAGS)
-version-info
1:
4
:0
libvarnishapi_la_LDFLAGS
=
$(AM_LDFLAGS)
-version-info
1:
5
:0
libvarnishapi_la_SOURCES
=
\
vsm_api.h
\
...
...
lib/libvarnishapi/libvarnishapi.map
View file @
e96c5791
...
...
@@ -167,3 +167,12 @@ LIBVARNISHAPI_1.6 {
global:
VTIM_format;
} LIBVARNISHAPI_1.0;
LIBVARNISHAPI_1.7 {
global:
VSB_bcat;
VSB_quote;
VSB_vprintf;
VSB_delete;
VSB_indent;
} LIBVARNISHAPI_1.0;
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