[or-cvs] r16593: {incognito} Fix so that open-vm-tools works with hardened (disable PIE). (incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools)

anonym at seul.org anonym at seul.org
Tue Aug 19 13:10:36 UTC 2008


Author: anonym
Date: 2008-08-19 09:10:35 -0400 (Tue, 19 Aug 2008)
New Revision: 16593

Modified:
   incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/Manifest
   incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild
Log:
Fix so that open-vm-tools works with hardened (disable PIE).


Modified: incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/Manifest
===================================================================
--- incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/Manifest	2008-08-19 12:53:08 UTC (rev 16592)
+++ incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/Manifest	2008-08-19 13:10:35 UTC (rev 16593)
@@ -3,4 +3,4 @@
 AUX open-vm.confd 88 RMD160 5e398024e72a871f258d73e09f02e37a815443b0 SHA1 56133c21c6d29243ac81a9c1ada61616778f3ce2 SHA256 180a2b6d9d18af319b79b2ca6ebf1020b63e5ebf2f601a63c1a9f9f7d2e0b95c
 AUX open-vm.initd 1875 RMD160 9d2cc36fd93e70ae20eecd49b10c4da0e09aad69 SHA1 1702f267d32ca138e0e99d9ed86b4abc32cc3997 SHA256 1799b78836441b389de0b3d92aad80fcf020fe8b57da4f6d6999f86ee87f51bf
 DIST open-vm-tools-2008.07.01-102166.tar.gz 2558112 RMD160 7324a0f7f4f99ee23547bf51aaba316c79ceee55 SHA1 311de7dcc6bf50f017a399180b884150c21a6f32 SHA256 51293ff716bff35ecd03e8747280280be0a748e9fc5ec7c2d02d936b0c86d1c5
-EBUILD open-vm-tools-0.0.20080701.102166.ebuild 2701 RMD160 5bc76a6525535758de70ec1fbb57add017e7b1fa SHA1 6bb9d0bc96ed8b1fb9fafe3f8bca9b6cf736617a SHA256 e6dee5b5e4c2cf9aa8f0968b44e5f49acf96c813c65ed7e4bd7706e4f93dc1d8
+EBUILD open-vm-tools-0.0.20080701.102166.ebuild 2736 RMD160 e42e26dc488ea5f10cae0060d8e3794eb2bdb756 SHA1 9d7def608021f3b15882a787128a2e6cfe81c029 SHA256 7432e9db61a3bc5c01669676d34c84846531935ce6ee3933f4c02689117019ea

Modified: incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild
===================================================================
--- incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild	2008-08-19 12:53:08 UTC (rev 16592)
+++ incognito/branches/hardened/portage.overlay/app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild	2008-08-19 13:10:35 UTC (rev 16593)
@@ -92,7 +92,7 @@
 
 	linux-mod_src_compile
 
-	emake || die
+	emake CFLAGS="${CFLAGS/-fPIE/} -fno-PIE" || die
 }
 
 src_install() {



More information about the tor-commits mailing list