Package: dpkg-dev
There is more than a handful of packages which do not care about dpkg-buildflags
yet in debian/rules. Currently it's difficult to tell if a package build honors
dpkg-buildflags or not. The only way to do this currently is to edit the config
files for a test rebuild.
The idea is to add some flags which do not have any effect on the package build,
and then look at the build log if these flags are passed to the build.
Such flags could be for
- CFLAGS, CPPFLAGS, CXXFLAGS, FFLAGS: -D__BUILDD_<random-string>__
- LDFLAGS: -z buildd-<random-string> (gold would need a patch for this)
Similiar defines could be used for the _APPEND flags, although these are not yet
supported by dpkg-buildflags.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]