projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed64190
)
fix subversion linking failure against libpthread (#4453)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 16 Jan 2009 14:11:43 +0000
(14:11 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 16 Jan 2009 14:11:43 +0000
(14:11 +0000)
SVN-Revision: 14052
net/subversion/Makefile
patch
|
blob
|
history
diff --git
a/net/subversion/Makefile
b/net/subversion/Makefile
index 78718cdc0b0b986a311e6a00e6f6b85f711026e9..3a9b3f2847bbb5d68307328ef7ec8e1bfd691c0f 100644
(file)
--- a/
net/subversion/Makefile
+++ b/
net/subversion/Makefile
@@
-87,7
+87,7
@@
CONFIGURE_ARGS += \
CONFIGURE_VARS += \
svn_lib_neon=yes \
LDFLAGS="-lcrypt -lm -lintl -L$(STAGING_DIR)/usr/lib/libintl/lib/ \
- -lz -L$(STAGING_DIR)/usr/lib/ -lpthread -L$(
STAGING_DIR)
/lib \
+ -lz -L$(STAGING_DIR)/usr/lib/ -lpthread -L$(
TOOLCHAIN_DIR)/usr
/lib \
-L$(TOOLCHAIN_DIR)/lib" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include/ -I$(STAGING_DIR)/usr/lib/libintl/include \
-I$(STAGING_DIR)/include/" \