Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
7b9df557
Commit
7b9df557
authored
Feb 23, 2011
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'privlibdir'
parents
841596c7
f35a9b2c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
13 deletions
+13
-13
m00000.vtc
bin/varnishtest/tests/m00000.vtc
+1
-1
m00001.vtc
bin/varnishtest/tests/m00001.vtc
+1
-1
m00002.vtc
bin/varnishtest/tests/m00002.vtc
+1
-1
Makefile.am
lib/libvarnish/Makefile.am
+2
-2
Makefile.am
lib/libvarnishcompat/Makefile.am
+2
-2
Makefile.am
lib/libvcl/Makefile.am
+2
-2
vcc_vmod.c
lib/libvcl/vcc_vmod.c
+1
-1
Makefile.am
lib/libvgz/Makefile.am
+2
-2
Makefile.am
lib/libvmod_std/Makefile.am
+1
-1
No files found.
bin/varnishtest/tests/m00000.vtc
View file @
7b9df557
...
...
@@ -8,7 +8,7 @@ server s1 {
} -start
varnish v1 -vcl+backend {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so
.1
" ;
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so" ;
sub vcl_deliver {
set resp.http.foo = std.toupper(resp.http.foo);
...
...
bin/varnishtest/tests/m00001.vtc
View file @
7b9df557
...
...
@@ -8,7 +8,7 @@ server s1 {
} -start
varnish v1 -arg "-pthread_pools=1" -vcl+backend {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so
.1
" ;
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so" ;
sub vcl_deliver {
set resp.http.foo = std.toupper(resp.http.foo);
...
...
bin/varnishtest/tests/m00002.vtc
View file @
7b9df557
...
...
@@ -11,7 +11,7 @@ server s1 {
} -start
varnish v1 -vcl+backend {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so
.1
" ;
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so" ;
sub vcl_fetch {
set beresp.http.rnd1 = std.random(0,1);
...
...
lib/libvarnish/Makefile.am
View file @
7b9df557
INCLUDES
=
-I
$(top_srcdir)
/include @PCRE_CFLAGS@
lib_LTLIBRARIES
=
libvarnish.la
pkg
lib_LTLIBRARIES
=
libvarnish.la
libvarnish_la_LDFLAGS
=
-
version-info
1:0:0
libvarnish_la_LDFLAGS
=
-
avoid-version
libvarnish_la_SOURCES
=
\
argv.c
\
...
...
lib/libvarnishcompat/Makefile.am
View file @
7b9df557
...
...
@@ -2,9 +2,9 @@
INCLUDES
=
-I
$(top_srcdir)
/include
lib_LTLIBRARIES
=
libvarnishcompat.la
pkg
lib_LTLIBRARIES
=
libvarnishcompat.la
libvarnishcompat_la_LDFLAGS
=
-
version-info
1:0:0
libvarnishcompat_la_LDFLAGS
=
-
avoid-version
libvarnishcompat_la_SOURCES
=
\
daemon.c
\
...
...
lib/libvcl/Makefile.am
View file @
7b9df557
...
...
@@ -2,9 +2,9 @@
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
lib_LTLIBRARIES
=
libvcl.la
pkg
lib_LTLIBRARIES
=
libvcl.la
libvcl_la_LDFLAGS
=
-
version-info
1:0:0
libvcl_la_LDFLAGS
=
-
avoid-version
libvcl_la_SOURCES
=
\
vcc_priv.h
\
...
...
lib/libvcl/vcc_vmod.c
View file @
7b9df557
...
...
@@ -98,7 +98,7 @@ vcc_ParseImport(struct vcc *tl)
bprintf
(
fn
,
"%s"
,
tl
->
t
->
dec
);
vcc_NextToken
(
tl
);
}
else
{
bprintf
(
fn
,
"%s/libvmod_%.*s.so
.1
"
,
tl
->
vmod_dir
,
PF
(
mod
));
bprintf
(
fn
,
"%s/libvmod_%.*s.so"
,
tl
->
vmod_dir
,
PF
(
mod
));
}
Fh
(
tl
,
0
,
"static void *VGC_vmod_%.*s;
\n
"
,
PF
(
mod
));
...
...
lib/libvgz/Makefile.am
View file @
7b9df557
# $Id$
lib_LTLIBRARIES
=
libvgz.la
pkg
lib_LTLIBRARIES
=
libvgz.la
libvgz_la_LDFLAGS
=
-
version-info
1:0:0
libvgz_la_LDFLAGS
=
-
avoid-version
libvgz_la_CFLAGS
=
-D_LARGEFILE64_SOURCE
=
1
$(libvgz_extra_cflags)
libvgz_la_SOURCES
=
\
...
...
lib/libvmod_std/Makefile.am
View file @
7b9df557
...
...
@@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
vmoddir
=
$(pkglibdir)
/vmods
vmod_LTLIBRARIES
=
libvmod_std.la
libvmod_std_la_LDFLAGS
=
-
version-info
1:0:0
libvmod_std_la_LDFLAGS
=
-
avoid-version
libvmod_std_la_SOURCES
=
\
vcc_if.c
\
...
...
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