* [gentoo-commits] gentoo-x86 commit in net-im/silc-client/files: silc-client-1.1.8-sandbox-errors-fix.patch
@ 2010-04-22 23:00 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2010-04-22 23:00 UTC (permalink / raw
To: gentoo-commits
polynomial-c 10/04/22 23:00:39
Added: silc-client-1.1.8-sandbox-errors-fix.patch
Log:
Fix for bug #316691 and fix against possible sandbox violation.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 net-im/silc-client/files/silc-client-1.1.8-sandbox-errors-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/silc-client/files/silc-client-1.1.8-sandbox-errors-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/silc-client/files/silc-client-1.1.8-sandbox-errors-fix.patch?rev=1.1&content-type=text/plain
Index: silc-client-1.1.8-sandbox-errors-fix.patch
===================================================================
--- silc-client-1.1.8/lib/Makefile.am
+++ silc-client-1.1.8/lib/Makefile.am
@@ -75,7 +75,7 @@
install-exec-hook:
if SILC_ENABLE_SHARED
- -mkdir -p $(libdir)
+ -mkdir -p $(DESTDIR)$(libdir)
-$(LIBTOOL) --mode=install $(INSTALL) libsilc.la $(DESTDIR)$(libdir)/
-$(LIBTOOL) --mode=install $(INSTALL) libsilcclient.la $(DESTDIR)$(libdir)/
-rm -rf $(DESTDIR)$(libdir)/libsilc.a
--- silc-client-1.1.8/lib/Makefile.in
+++ silc-client-1.1.8/lib/Makefile.in
@@ -640,7 +640,7 @@
$(MAKE) remove $(SILCLIB) $(SILCSERVERLIB) $(SILCCLIENTLIB)
install-exec-hook:
-@SILC_ENABLE_SHARED_TRUE@ -mkdir -p $(libdir)
+@SILC_ENABLE_SHARED_TRUE@ -mkdir -p $(DESTDIR)$(libdir)
@SILC_ENABLE_SHARED_TRUE@ -$(LIBTOOL) --mode=install $(INSTALL) libsilc.la $(DESTDIR)$(libdir)/
@SILC_ENABLE_SHARED_TRUE@ -$(LIBTOOL) --mode=install $(INSTALL) libsilcclient.la $(DESTDIR)$(libdir)/
@SILC_ENABLE_SHARED_TRUE@ -rm -rf $(DESTDIR)$(libdir)/libsilc.a
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-22 23:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 23:00 [gentoo-commits] gentoo-x86 commit in net-im/silc-client/files: silc-client-1.1.8-sandbox-errors-fix.patch Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox