summaryrefslogtreecommitdiffstats
path: root/package/pixiewps
Commit message (Collapse)AuthorAgeFilesLines
* pixiewps: fix static linking with uclibc-ngFabrice Fontaine2018-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes following linking error with uClibc-ng: /home/peko/autobuild/instance-0/output/host/lib/gcc/powerpc-buildroot-linux-uclibc/7.3.0/libgcc.a(unwind-dw2-fde-dip.o): In function `_Unwind_Find_FDE': /home/peko/autobuild/instance-0/output/build/host-gcc-final-7.3.0/build/powerpc-buildroot-linux-uclibc/libgcc/../../../libgcc/unwind-dw2-fde-dip.c:469: undefined reference to `dl_iterate_phdr' collect2: error: ld returned 1 exit status Since uClibc-ng 1.0.18 a circular dependency between libc and libgcc exist, when static linking is used. It can be resolved by the compiler when -static is correctly passed in the linking step. So use TARGET_CONFIGURE_OPTS to pass CC as well as LDFLAGS to make Fixes: - http://autobuild.buildroot.net/results/d9f0311538c8db1196839e36af3f6ef4e403be2b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* pixiewps: add missing dependency on threadsGuillaume W. Bres2018-04-181-0/+4
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/0c8d0eeb693ac29739845f489caffc2f9fa3b262/ Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* pixiewps: new packageGuillaume W. Bres2018-04-123-0/+31
Pixie WPS is a C based tool to audit networks against so called "Pixie Dust" attacks. Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> [Thomas: - fix license, it's GPL-3.0+ - use PREFIX= instead of prefix= to actually have an effect, and install in /usr and not /usr/local - remove reference to PIXIEWPS_SUBDIR, which was never defined, and was not needed anyway] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud