Commit 46ed2afe authored by Łukasz Nowak's avatar Łukasz Nowak

component/trafficserver: Fix whitespaces

fixes "component/trafficserver: Version up to 8.1.0"
parent 30d34d90
...@@ -16,7 +16,7 @@ parts = ...@@ -16,7 +16,7 @@ parts =
trafficserver trafficserver
[gcc] [gcc]
# For ATS v8.0.0 and later, a compiler with support for C++17 is required. # For ATS v8.0.0 and later, a compiler with support for C++17 is required.
# https://cwiki.apache.org/confluence/display/TS/Building # https://cwiki.apache.org/confluence/display/TS/Building
min_version = 8 min_version = 8
...@@ -39,7 +39,7 @@ configure-options = ...@@ -39,7 +39,7 @@ configure-options =
environment = environment =
PATH=${libtool:location}/bin:${make:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${libtool:location}/bin:${make:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
LDFLAGS =-L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${tcl:location}/lib -Wl,-rpath=${tcl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib LDFLAGS =-L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${tcl:location}/lib -Wl,-rpath=${tcl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
make-target = make-target =
check check
install install
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment