Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trackrdrd
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
trackrdrd
Commits
8b8e2541
Commit
8b8e2541
authored
Feb 19, 2013
by
Geoffrey.Simmons@uplex.de
Committed by
Geoff Simmons
Feb 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trackrdrd: added APR_CFLAGS to build-CI script
parent
11899f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
build-ci.sh
trackrdrd/build-ci.sh
+2
-1
No files found.
trackrdrd/build-ci.sh
View file @
8b8e2541
...
...
@@ -22,7 +22,8 @@ cd $WORKSPACE/trackrdrd
./autogen.sh
[[
$?
-ne
0
]]
&&
exit
1
CFLAGS
=
-m64
CXXFLAGS
=
-m64
LDFLAGS
=
-Wl
,-rpath
=
$LHOTSE_VARNISH_PREFIX
/lib/varnish:
$LHOTSE_VARNISH_PREFIX
/lib ./configure
--prefix
=
$LHOTSE_TRACKING_PREFIX
--enable-debugging-symbols
VARNISHSRC
=
$WORKSPACE
/lhotse-varnish-cache
APR_CFLAGS
=
$(
pkg-config
--cflags
apr-1
)
CFLAGS
=
-m64
CXXFLAGS
=
"-m64
$APR_CFLAGS
"
LDFLAGS
=
-Wl
,-rpath
=
$LHOTSE_VARNISH_PREFIX
/lib/varnish:
$LHOTSE_VARNISH_PREFIX
/lib ./configure
--prefix
=
$LHOTSE_TRACKING_PREFIX
--enable-debugging-symbols
VARNISHSRC
=
$WORKSPACE
/lhotse-varnish-cache
[[
$?
-ne
0
]]
&&
exit
1
make clean
...
...
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