projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compile error on squashfs-lzma patch
[openwrt.git]
/
openwrt
/
package
/
libgcrypt
/
Makefile
diff --git
a/openwrt/package/libgcrypt/Makefile
b/openwrt/package/libgcrypt/Makefile
index
c2be8af
..
4f9077d
100644
(file)
--- 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" \
$(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) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@
-47,6
+47,7
@@
$(PKG_BUILD_DIR)/.configured:
--enable-shared \
--enable-static \
--disable-rpath \
--enable-shared \
--enable-static \
--disable-rpath \
+ --disable-asm \
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
);
touch $@
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
);
touch $@
This page took
0.022834 seconds
and
4
git commands to generate.