[Pkg-scicomp-commits] atlas/trunk/debian
Sylvestre Ledru
sylvestre.ledru at inria.fr
Thu Jul 16 08:58:56 UTC 2009
SVN commit 4526 by sylvestre-guest:
dpkg-buildpackage is happier when LD_LIBRARY_PATH is exported?\!
M +1 -1 atlas/trunk/debian/rules
--- atlas/trunk/debian/rules #4525:4526
@@ -6,7 +6,7 @@
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib/atlas-base/:/usr/lib/libfakeroot/
+export LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib/atlas-base/:/usr/lib/libfakeroot/
CHECK_EXTENSIONS=""
More information about the Pkg-scicomp-commits
mailing list