Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256455 - app-admin/syslog-ng-2.1.3 does not run autoreconf after changing autoconf files
Summary: app-admin/syslog-ng-2.1.3 does not run autoreconf after changing autoconf files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 20:46 UTC by Andrew John Hughes
Modified: 2010-03-02 03:14 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 Andrew John Hughes 2009-01-26 20:46:29 UTC
This causes the build to fail.  The following fixes it:

--- /usr/portage/app-admin/syslog-ng/syslog-ng-2.1.3.ebuild	2009-01-25 17:35:25.000000000 +0000
+++ app-admin/syslog-ng/syslog-ng-2.1.3.ebuild	2009-01-26 20:06:46.000000000 +0000
@@ -31,6 +31,7 @@
 	cd "${S}"
 	ht_fix_file configure
 	epatch "${FILESDIR}/${P}-nonstatic.patch"
+	eautoreconf
 }
 
 src_compile() {


Reproducible: Always
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-01-26 23:27:49 UTC
fixed.  thanks for the bug report.