diff options
Diffstat (limited to 'net-mgmt/aircrack-ng/Makefile')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index ed42b9e97b6d..20f2ab73c49d 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -50,9 +50,6 @@ post-patch: @${REINPLACE_CMD} \ -E 's/air(driver|mon)-ng\.1 //' \ ${WRKSRC}/manpages/Makefile - @${REINPLACE_CMD} \ - -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/Makefile post-install: @${STRIP_CMD} ${BIN_FILES:S,^,${STAGEDIR}${PREFIX}/bin/,} \ |