* [Buildroot] [Bug 6140] New: --enable-fileinfo not applied for php package
@ 2013-03-27 14:22 bugzilla at busybox.net
2013-03-27 14:24 ` [Buildroot] [Bug 6140] " bugzilla at busybox.net
2013-03-27 19:32 ` bugzilla at busybox.net
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2013-03-27 14:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6140
Summary: --enable-fileinfo not applied for php package
Product: buildroot
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: aleksandar.zivkovic at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Overview: php package options typing error
Steps to Reproduce: Build php package with option: --enable-fileinfo
(BR2_PACKAGE_PHP_EXT_FILEINFO)
Actual Results: ./configure script will not include --enable-fileinfo even if
BR2_PACKAGE_PHP_EXT_FILEINFO is selected.
Expected Results: ./configure script should include --enable-fileinfo when
BR2_PACKAGE_PHP_EXT_FILEINFO is selected in menuconfig
Build Date & Platform: BR 2013.02
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 6140] --enable-fileinfo not applied for php package
2013-03-27 14:22 [Buildroot] [Bug 6140] New: --enable-fileinfo not applied for php package bugzilla at busybox.net
@ 2013-03-27 14:24 ` bugzilla at busybox.net
2013-03-27 19:32 ` bugzilla at busybox.net
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2013-03-27 14:24 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6140
Aleksandar <aleksandar.zivkovic@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Aleksandar <aleksandar.zivkovic@gmail.com> 2013-03-27 14:24:45 UTC ---
Issue is in http://git.buildroot.net/buildroot/tree/package/php/php.mk:60:
- $(if $(BR2_PACKAGE_PHP_EXT_FILENIFO),--enable-fileinfo) \
+ $(if $(BR2_PACKAGE_PHP_EXT_FILEINFO),--enable-fileinfo) \
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 6140] --enable-fileinfo not applied for php package
2013-03-27 14:22 [Buildroot] [Bug 6140] New: --enable-fileinfo not applied for php package bugzilla at busybox.net
2013-03-27 14:24 ` [Buildroot] [Bug 6140] " bugzilla at busybox.net
@ 2013-03-27 19:32 ` bugzilla at busybox.net
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2013-03-27 19:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6140
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> 2013-03-27 19:33:13 UTC ---
Fixed by Gustavoz in git, thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-27 19:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 14:22 [Buildroot] [Bug 6140] New: --enable-fileinfo not applied for php package bugzilla at busybox.net
2013-03-27 14:24 ` [Buildroot] [Bug 6140] " bugzilla at busybox.net
2013-03-27 19:32 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox