Commit fa7e824d authored by Hans Kowallik's avatar Hans Kowallik

[trackrdrd] link libactivemq statically into trackrdrd

parent a565ff21
......@@ -4,6 +4,10 @@ GLOBAL_STATUS=0
LHOTSE_VARNISH_PREFIX=/var/opt/varnish
LHOTSE_TRACKING_PREFIX=/var/opt/varnish_tracking
## required for static build
export AMQ_LIBS=" -lpthread -ldl -luuid -lssl -lstdc++ -lapr-1 /usr/lib64/libact
ivemq-cpp.a "
if [ ! -d "$WORKSPACE/lhotse-varnish-cache" ]; then
git clone git@git.lhotse.ov.otto.de:lhotse-varnish-cache
fi
......
......@@ -16,7 +16,7 @@ AutoReqProv: no
%if "%{_vendor}" == "redhat"
BuildRequires: activemq-cpp-library-devel
Requires: lhotse-varnish
Requires: libactivemq-cpp6
#Requires: libactivemq-cpp6
%endif
#Requires: logrotate
#Requires(post): /sbin/chkconfig
......
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