Package: curlpp / 0.7.3-6
Metadata
Package | Version | Patches format |
---|---|---|
curlpp | 0.7.3-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dont install config h.patch | (download) |
include/curlpp/Makefile.am |
5 1 + 4 - 0 ! |
don't install config.h or include it in headers. config.h is an artefact of the GNU autotools and is dependent on the local build environment. It is not meant to be distributed to other systems, nor installed as headers, since it would then conflict with other generated config.h files in projects that include these headers, because they define the same macros. For more details, see: - http://stackoverflow.com/questions/1810216/autoconf-where-does-config-h-go - http://inaugust.com/post/68 - http://gnu-autoconf.7623.n7.nabble.com/make-install-config-h-td18986.html |
rm curlpp spec.patch | (download) |
curlpp.spec |
96 0 + 96 - 0 ! |
don't keep curlpp.spec under vcs curlpp.spec is built during configure and is useless without the Makefile. . It also interferes with `make distclean` which deletes it unconditionally. This means the user needs to check it back out of VCS if he doesn't want to pollute his commit with "deleted curlpp.spec". . So, just get rid of it for simplicity. |
gcc 4.9.patch | (download) |
examples/example21.cpp |
17 0 + 17 - 0 ! |
fix ftbfs with gcc-4.9. (closes: 746841) |