X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a6898cc2a644f412e7cc58de00794b6629715d4d..42f147a3f6893516a68ce9c1592f27ae85eec2a9:/openwrt/package/libgcrypt/Makefile

diff --git a/openwrt/package/libgcrypt/Makefile b/openwrt/package/libgcrypt/Makefile
index c2be8af4e..6a3028797 100644
--- a/openwrt/package/libgcrypt/Makefile
+++ b/openwrt/package/libgcrypt/Makefile
@@ -23,7 +23,7 @@ $(PKG_BUILD_DIR)/.configured:
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
-		LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+		LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
@@ -47,6 +47,7 @@ $(PKG_BUILD_DIR)/.configured:
 		--enable-shared \
 		--enable-static \
 		--disable-rpath \
+		--disable-asm \
 		--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
 	);
 	touch $@
@@ -85,9 +86,8 @@ uninstall-dev:
 		$(STAGING_DIR)/usr/lib/libgcrypt.{a,so*} \
 		$(STAGING_DIR)/usr/share/aclocal/libgcrypt.m4 \
 
-compile: install-dev
-
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
 
 mostlyclean:
 	make -C $(PKG_BUILD_DIR) clean