summaryrefslogtreecommitdiff
path: root/ACE/debian
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2020-04-15 16:40:34 +0100
committerSudip Mukherjee <sudip.mukherjee@codethink.co.uk>2020-04-15 23:03:45 +0100
commit12691da3e9248d1bfd56164ed5a982d61f9de497 (patch)
tree944c53539bd66f77a40743ee2c0bef3b23637419 /ACE/debian
parent5ed55fd6a3a2d8a60b7c1d75bc3864e532ed58cf (diff)
downloadATCD-12691da3e9248d1bfd56164ed5a982d61f9de497.tar.gz
no need to use LD_LIBRARY_PATH, dpkg-shlibdeps will take care
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Diffstat (limited to 'ACE/debian')
-rwxr-xr-xACE/debian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/debian/rules b/ACE/debian/rules
index 2742393faa4..d7df711e919 100755
--- a/ACE/debian/rules
+++ b/ACE/debian/rules
@@ -35,7 +35,6 @@ ALL_ACEXML := $(filter libacexml%,$(ALL_PACKAGES))
export ACE_ROOT := $(shell pwd)
export MPC_ROOT := $(ACE_ROOT)/MPC
-export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(ACE_ROOT)/lib
ACE_MAJOR_VERSION := $(shell awk '/ACE_MAJOR_VERSION/ { print $$3 }' ${ACE_ROOT}/ace/Version.h)
ACE_MINOR_VERSION := $(shell awk '/ACE_MINOR_VERSION/ { print $$3 }' ${ACE_ROOT}/ace/Version.h)