Displaying 2 results from an estimated 2 matches for "private_libdir".
Did you mean:
private_bindir
2008 Mar 20
1
Bug#471768: there's no hvmloader in xen-utils-unstable
....3-unstable+hg17192/debian/patches/tools-prefix.diff 2008-03-20 01:05:51.000000000 +0100
@@ -82,7 +82,7 @@
# It belongs in /usr/lib, not /usr/lib64.
TARGET := hvmloader/hvmloader
-INST_DIR := $(DESTDIR)/usr/lib/xen/boot
-+INST_DIR := $(DESTDIR)/usr/$(PREFIX)/boot
++INST_DIR := $(DESTDIR)$(PRIVATE_LIBDIR)/boot
SUBDIRS :=
SUBDIRS += rombios rombios/32bit
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)...
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I
noticed that the "make install" does not create lib entries in
/usr/lib/. I see them only in /usr/lib64/. This is causing program
like xenpaging to not find the xenctrl library (error while loading
shared libraries: libxenctrl.so.4.2: cannot open shared object file:
No such file or directory) Is this expected behavior or