summaryrefslogtreecommitdiff
path: root/openwrt/package/libgcrypt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-18 08:12:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-18 08:12:02 +0000
commit3cffef77cef438a54261c42fb07295b68353d5f2 (patch)
tree0e2e5bff4d9392c44960eeb9571375ef14f7f581 /openwrt/package/libgcrypt
parent3c1610a752c7c42fdbc9bcb5404d104c4f9e616f (diff)
downloadmtk-20170518-3cffef77cef438a54261c42fb07295b68353d5f2.zip
mtk-20170518-3cffef77cef438a54261c42fb07295b68353d5f2.tar.gz
mtk-20170518-3cffef77cef438a54261c42fb07295b68353d5f2.tar.bz2
disable asm, set common lib searchpath
SVN-Revision: 1692
Diffstat (limited to 'openwrt/package/libgcrypt')
-rw-r--r--openwrt/package/libgcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/libgcrypt/Makefile b/openwrt/package/libgcrypt/Makefile
index c2be8af..4f9077d 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 $@