<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:atom="http://www.w3.org/2005/Atom"
				  >
<channel>
<atom:link rel="self"  type="application/rss+xml"  href="http://rulinux.net/rss_from_sect_4_subsect_6_thread_5458"  />
<title>rulinux.net - Форум - Development - udev (extras) без acl</title>
<link>http://rulinux.net/</link>
<description><![CDATA[Портал о GNU/Linux и не только]]></description>
<image><title>rulinux.net - Форум - Development - udev (extras) без acl</title>
<link>http://rulinux.net/</link>
<url>http://rulinux.net/rss_icon.png</url>
</image>
<item>
<title>Re: udev (extras) без acl</title>
<link>https://rulinux.net/message.php?newsid=5458&amp;page=1#34432</link>
<guid>https://rulinux.net/message.php?newsid=5458&amp;page=1#34432</guid>
<pubDate>Sun, 13 Dec 2009 16:53:34 +0300</pubDate>
<description><![CDATA[<p>Во, нашёл более элегантный способ: указываем просто в конце configure</p><p><fieldset style="border: 1px dashed black; padding:0px;"><ol style="background-color:#3d3d3d;" start="1"><li style="background-color:#000000; padding-left: 5px; color: gray">&nbsp;./configure --prefix=... ... ac_cv_lib_acl_acl_init=yes ac_header_compiler=yes</ol></fieldset></p><p>Замену в Makefile.in всё равно необходимо сделать. До ./configure. Или после, но уже тогда в самом Makefile</p>]]></description>
</item>
<item>
<title>udev (extras) без acl</title>
<link>https://rulinux.net/message.php?newsid=5458&amp;page=1#34431</link>
<guid>https://rulinux.net/message.php?newsid=5458&amp;page=1#34431</guid>
<pubDate>Sat, 12 Dec 2009 19:37:00 +0300</pubDate>
<description><![CDATA[<p>Собирая расширения udev (extras) столкнулся с тем, что они требуют настойчиво пакет acl. Мне он нафиг не сдался, поэтому я его выпилил нафиг. Вот решение:</p><p><fieldset style="border: 1px dashed black; padding:0px;"><ol style="background-color:#3d3d3d;" start="1"><li style="background-color:#000000; padding-left: 5px; color: gray">&nbsp;sed -e &#039;s/\(ac_cv_lib_acl_acl_init=\)no/\1yes/&#039; -e &#039;s/\(ac_header_compiler=\)no/\1yes/;t&#039; -i configure<li style="background-color:#000000; padding-left: 5px; color: gray">&nbsp;sed -e &#039;s/udev-acl//&#039; -i extras/Makefile.in</ol></fieldset></p><p>Сильно похоже на грязный хак, да так оно и есть. Пытался более правильными способами сказать, что мне не нужны acl, так не понимает.</p><p>Собирал udev-145, так что может на последущих версиях нужно будет что-то подправить. Может кому пригодится.</p>]]></description>
</item>
</channel>
</rss>