summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:12:02 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:12:02 +0000
commit99112274327c54ceec973bbcc6943a1cb81f7a10 (patch)
tree0e2e5bff4d9392c44960eeb9571375ef14f7f581 /openwrt/package
parent9e6bdaf5cc3d95140a9f4a94639941c46571dcf9 (diff)
disable asm, set common lib searchpath
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1692 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 c2be8af4e..4f9077dbe 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 $@