Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364023 - sys-apps/findutils-4.5.9 should correctly remove building of locate
Summary: sys-apps/findutils-4.5.9 should correctly remove building of locate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 12:05 UTC by Justin Lecher (RETIRED)
Modified: 2011-04-23 14:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2011-04-18 12:05:26 UTC
in contrast to the tree on prefix there is a eautoreconf after the correction for disable building of locate:

   # Don't build or install locate because it conflicts with slocate,
   # which is a secure version of locate.  See bug 18729
   sed -i '/^SUBDIRS/s/locate//' Makefile.in

   epatch "${FILESDIR}"/${P}-interix-mntlist.patch
   epatch "${FILESDIR}"/${P}-interix-arg_max.patch
   epatch "${FILESDIR}"/${P}-interix-arg_max-50000.patch

   ( cd gnulib && epatch "${FILESDIR}"/${P}-without-selinux.patch )

   eautoreconf # for the interix and selinux patches. remove if both are gone.


probably the sed should go on Makefile.am.
Comment 1 Fabian Groffen gentoo-dev 2011-04-23 14:13:52 UTC
put the set below the eautoreconf such that it still does something useful, thanks