diff options
Diffstat (limited to 'package/wpa_supplicant/patches/patch-wpa_supplicant_Makefile')
-rw-r--r-- | package/wpa_supplicant/patches/patch-wpa_supplicant_Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/wpa_supplicant/patches/patch-wpa_supplicant_Makefile b/package/wpa_supplicant/patches/patch-wpa_supplicant_Makefile new file mode 100644 index 000000000..23704a1ad --- /dev/null +++ b/package/wpa_supplicant/patches/patch-wpa_supplicant_Makefile @@ -0,0 +1,12 @@ +--- wpa_supplicant-2.0.orig/wpa_supplicant/Makefile 2013-01-12 16:42:53.000000000 +0100 ++++ wpa_supplicant-2.0/wpa_supplicant/Makefile 2013-08-20 17:31:22.311339505 +0200 +@@ -999,9 +999,6 @@ CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH + ifdef CONFIG_INTERNAL_LIBTOMMATH_FAST + CFLAGS += -DLTM_FAST + endif +-else +-LIBS += -ltommath +-LIBS_p += -ltommath + endif + CONFIG_INTERNAL_AES=y + CONFIG_INTERNAL_DES=y |