summaryrefslogtreecommitdiffstats
path: root/package/norm
Commit message (Collapse)AuthorAgeFilesLines
* norm: fix build with gcc 7.xThomas Petazzoni2017-08-211-0/+46
| | | | | | | | | | | | | | | | This commit adds a patch to the norm package that fixes the build with gcc 7.x. Many thanks to Romain Naour for pointing out the solution to this C++ build problem. Fixes: http://autobuild.buildroot.net/results/c79dc84cdc34d62199099eb4438b1aed3e7459bb/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: add information that the patch has been submitted upstream and accepted.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/norm: make it a waf-packageYann E. MORIN2016-12-021-25/+3
| | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "norm: add patch to fix musl build"Baruch Siach2016-11-161-55/+0
| | | | | | | | | | This reverts commit e74d4fc4932df4ea42381acb44d616241275b79a. With the applied musl/kernel headers conflict workaround this patch is no longer necessary. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* norm: add patch to fix musl buildThomas Petazzoni2016-08-271-0/+55
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9c7130d5b5aad218c5c576761d495a3f403fdc5b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* norm: fix build failure with old headersGustavo Zacarias2016-03-311-0/+38
| | | | | | | | | | | The version check for the nfq_get_payload prototype is wrong since it's done against linux headers when in fact it changed with the 1.0.0 release of libnetfilter_queue, leading to build failure in toolchains that have old headers when libnetfilter_queue is present. Fixes: http://autobuild.buildroot.net/results/c0e/c0e897a6db888d4a7e0302cdc1e0cbec7d1e88f3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* norm: new packageGustavo Zacarias2016-03-204-0/+80
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: - remove useless parenthesis enclosing waf calls - move the header copying outside of the 'cd $(@D)'.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud