[libpri-commits] file: branch 1.4 r386 - in /branches/1.4: ./
Makefile
libpri-commits at lists.digium.com
libpri-commits at lists.digium.com
Sat Dec 30 12:17:35 MST 2006
Author: file
Date: Sat Dec 30 13:17:34 2006
New Revision: 386
URL: http://svn.digium.com/view/libpri?view=rev&rev=386
Log:
Merged revisions 385 via svnmerge from
https://origsvn.digium.com/svn/libpri/branches/1.2
........
r385 | file | 2006-12-30 14:16:17 -0500 (Sat, 30 Dec 2006) | 2 lines
Specify full path to restorecon instead of assuming it will be available from what is in $PATH. (issue #8670 reported by djflux)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/Makefile
Propchange: branches/1.4/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Sat Dec 30 13:17:34 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-332
+/branches/1.2:1-332,385
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/libpri/branches/1.4/Makefile?view=diff&rev=386&r1=385&r2=386
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sat Dec 30 13:17:34 2006
@@ -82,7 +82,7 @@
ifneq (${OSARCH},SunOS)
install -m 644 libpri.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include
install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
- if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then restorecon -v $(INSTALL_PREFIX)$(INSTALL_BASE)/lib/$(DYNAMIC_LIBRARY); fi
+ if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then /sbin/restorecon -v $(INSTALL_PREFIX)$(INSTALL_BASE)/lib/$(DYNAMIC_LIBRARY); fi
( cd $(INSTALL_PREFIX)$(INSTALL_BASE)/lib ; ln -sf libpri.so.1.0 libpri.so ; ln -sf libpri.so.1.0 libpri.so.1 )
install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib
if test $$(id -u) = 0; then $(LDCONFIG) $(LDCONFIG_FLAGS) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib; fi
More information about the libpri-commits
mailing list