[Bug 436637] Review Request: disktype - Detect the content format of a disk or disk image

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 13 09:07:16 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: disktype - Detect the content format of a disk or disk image


https://bugzilla.redhat.com/show_bug.cgi?id=436637


bugs.michael at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |bugs.michael at gmx.net




------- Additional Comments From bugs.michael at gmx.net  2008-04-13 05:07 EST -------
* Doesn't build with our global $RPM_OPT_FLAGS (or %optflags).
  Make sure you set CFLAGS in the Makefile, e.g. with a
  modification of the existing patch:

--- makefile.patch~     2008-03-08 19:41:21.000000000 +0100
+++ makefile.patch      2008-04-13 11:04:53.000000000 +0200
@@ -6,7 +6,7 @@
  
  CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 -CFLAGS   = -Wall
-+CFLAGS   = -Wall -g
++CFLAGS   = -Wall $(RPM_OPT_FLAGS)
  LDFLAGS  =
  LIBS     =
  


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list