All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libselinux: put libselinux.so.1 in /lib not /usr/lib
@ 2011-09-14 18:50 Eric Paris
  2011-09-14 18:50 ` [PATCH 2/2] libselinux: do not use relative path when creating libselinux symlinks Eric Paris
  2011-09-14 19:14 ` [PATCH 1/2] libselinux: put libselinux.so.1 in /lib not /usr/lib Eric Paris
  0 siblings, 2 replies; 22+ messages in thread
From: Eric Paris @ 2011-09-14 18:50 UTC (permalink / raw)
  To: selinux; +Cc: sds, guido, Eric Paris

Commit 874bac80bbfbf0a5 incorrectly changed the default install location
of libselinux.so.1 from /lib to /usr/lib.  This patch fixes that problem
by reverting that portion of the change.

Signed-off-by: Eric Paris <eparis@redhat.com>
---
 libselinux/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libselinux/src/Makefile b/libselinux/src/Makefile
index 7680008..78874be 100644
--- a/libselinux/src/Makefile
+++ b/libselinux/src/Makefile
@@ -7,7 +7,7 @@ PYPREFIX ?= $(notdir $(PYTHON))
 # Installation directories.
 PREFIX ?= $(DESTDIR)/usr
 LIBDIR ?= $(PREFIX)/lib
-SHLIBDIR ?= $(PREFIX)/lib
+SHLIBDIR ?= $(DESTDIR)/lib
 INCLUDEDIR ?= $(PREFIX)/include
 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
 PYINC ?= $(shell pkg-config --cflags $(PYPREFIX))
-- 
1.7.6.2


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-09-15 18:15 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 18:50 [PATCH 1/2] libselinux: put libselinux.so.1 in /lib not /usr/lib Eric Paris
2011-09-14 18:50 ` [PATCH 2/2] libselinux: do not use relative path when creating libselinux symlinks Eric Paris
2011-09-14 19:18   ` Stephen Smalley
2011-09-14 20:21     ` Eric Paris
2011-09-15  1:49       ` Guido Trentalancia
2011-09-15 12:01       ` Christopher J. PeBenito
2011-09-15 12:16         ` Guido Trentalancia
2011-09-15 12:22           ` Christopher J. PeBenito
2011-09-15 12:34             ` Guido Trentalancia
2011-09-15 12:53             ` Guido Trentalancia
2011-09-15 17:01               ` Christopher J. PeBenito
2011-09-15 17:08                 ` Guido Trentalancia
2011-09-15 17:29       ` Stephen Smalley
2011-09-15  2:01     ` Guido Trentalancia
2011-09-15  1:41   ` Guido Trentalancia
2011-09-15  1:46     ` Eric Paris
2011-09-15 12:41       ` Stephen Smalley
2011-09-14 19:14 ` [PATCH 1/2] libselinux: put libselinux.so.1 in /lib not /usr/lib Eric Paris
2011-09-15 17:13   ` [PATCH] policycoreutils: fix sandbox Makefile Stephen Smalley
2011-09-15 17:38     ` Guido Trentalancia
2011-09-15 17:50       ` Stephen Smalley
2011-09-15 18:15         ` Guido Trentalancia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.