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
daf9b197
Unverified
Commit
daf9b197
authored
Dec 03, 2020
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix curses autoconf when configured via pkg-config
parent
e479ee0d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
Makefile.am
bin/varnishhist/Makefile.am
+2
-1
Makefile.am
bin/varnishstat/Makefile.am
+2
-1
Makefile.am
bin/varnishtop/Makefile.am
+2
-1
configure.ac
configure.ac
+4
-0
No files found.
bin/varnishhist/Makefile.am
View file @
daf9b197
...
...
@@ -2,7 +2,8 @@
AM_CPPFLAGS
=
\
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
-I
$(top_builddir)
/include
\
@CURSES_CFLAGS@
bin_PROGRAMS
=
varnishhist
...
...
bin/varnishstat/Makefile.am
View file @
daf9b197
...
...
@@ -2,7 +2,8 @@
AM_CPPFLAGS
=
\
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
-I
$(top_builddir)
/include
\
@CURSES_CFLAGS@
bin_PROGRAMS
=
varnishstat varnishstat_help_gen
...
...
bin/varnishtop/Makefile.am
View file @
daf9b197
...
...
@@ -2,7 +2,8 @@
AM_CPPFLAGS
=
\
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
-I
$(top_builddir)
/include
\
@CURSES_CFLAGS@
bin_PROGRAMS
=
varnishtop
...
...
configure.ac
View file @
daf9b197
...
...
@@ -218,9 +218,13 @@ CURSES_LIBS="$CURSES_LIB"
])
])
])
AC_SUBST([CURSES_CFLAGS])
AC_SUBST([CURSES_LIBS])
save_CFLAGS="${CFLAGS}"
CFLAGS="${CFLAGS} ${CURSES_CFLAGS}"
AC_CHECK_HEADERS([ncursesw/curses.h ncursesw.h ncurses/curses.h ncurses.h curses.h])
CFLAGS="${save_CFLAGS}"
# Checks for header files.
AC_HEADER_STDC
...
...
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