Pixiewps: added patch for Makefile

This commit is contained in:
Victor Golovanenko 2021-02-05 12:11:15 +03:00 committed by Yaksh Bariya
parent aecfc7d666
commit d0a598ebe1
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- Makefile.orig 2018-01-26 00:05:41.000000000 +0300
+++ Makefile 2021-02-05 11:28:47.890049844 +0300
@@ -10,7 +10,6 @@
# Internal flags so one can safely override CFLAGS, CPPFLAGS and LDFLAGS
INTFLAGS = -std=c99 -I $(SRCDIR)/crypto/tc
-LIBS = -lpthread
ifeq ($(OPENSSL),1)
LIBS += -lcrypto