This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: elfutils issues when building systemtap rpm from snapshot onrawhide


Those rpms are not for rawhide.  Rawhide has current elfutils itself, so
the bundled build does not make sense.  The problem is rawhide's default
rpm build cflags, which I've worked around in the rawhide elfutils spec file.
I didn't put the same workaround into the systemtap spec file because it's
only needed for rawhide.

# Remove -Wall from default flags.  The makefiles enable enough warnings
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
# the makefiles disable some specific warnings for specific code.
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]