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
ea4b77ca
Commit
ea4b77ca
authored
Dec 05, 2016
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove warnings and add libm to libvarnishapi
parent
d4ccf56a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
10 deletions
+2
-10
Makefile.am
lib/libvarnish/Makefile.am
+0
-2
Makefile.am
lib/libvarnishapi/Makefile.am
+2
-2
Makefile.am
lib/libvcc/Makefile.am
+0
-3
Makefile.am
lib/libvgz/Makefile.am
+0
-3
No files found.
lib/libvarnish/Makefile.am
View file @
ea4b77ca
...
...
@@ -13,8 +13,6 @@ libvarnish_a_CFLAGS = \
-DVARNISH_STATE_DIR
=
'"${VARNISH_STATE_DIR}"'
\
@SAN_CFLAGS@
libvarnish_a_LDFLAGS
=
$(AM_LDFLAGS)
libvarnish_a_SOURCES
=
\
binary_heap.c
\
vas.c
\
...
...
lib/libvarnishapi/Makefile.am
View file @
ea4b77ca
...
...
@@ -48,8 +48,8 @@ libvarnishapi_la_CFLAGS = \
-DVARNISH_STATE_DIR
=
'"${VARNISH_STATE_DIR}"'
\
@SAN_CFLAGS@
libvarnishapi_la_LIBADD
=
@PCRE_LIBS@ @RT_LIBS@
\
@SAN_LDFLAGS@
libvarnishapi_la_LIBADD
=
\
@SAN_LDFLAGS@
@PCRE_LIBS@
${
RT_LIBS
}
${
LIBM
}
if
HAVE_LD_VERSION_SCRIPT
libvarnishapi_la_LDFLAGS
+=
-Wl
,--version-script
=
$(srcdir)
/libvarnishapi.map
...
...
lib/libvcc/Makefile.am
View file @
ea4b77ca
...
...
@@ -11,9 +11,6 @@ noinst_LIBRARIES = libvcc.a
libvcc_a_CFLAGS
=
\
@SAN_CFLAGS@
libvcc_a_LDFLAGS
=
$(AM_LDFLAGS)
\
@SAN_LDFLAGS@
libvcc_a_SOURCES
=
\
vcc_compile.h
\
vcc_token_defs.h
\
...
...
lib/libvgz/Makefile.am
View file @
ea4b77ca
...
...
@@ -7,9 +7,6 @@ noinst_LIBRARIES = libvgz.a
libvgz_a_CFLAGS
=
-D_LARGEFILE64_SOURCE
=
1
-DZLIB_CONST
\
$(libvgz_extra_cflags)
@SAN_CFLAGS@
libvgz_a_LDFLAGS
=
$(AM_LDFLAGS)
\
@SAN_LDFLAGS@
libvgz_a_SOURCES
=
\
adler32.c
\
compress.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