projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd1a54
)
packages/utils/owfs: fix Makefile
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Nov 2008 10:20:59 +0000
(10:20 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Nov 2008 10:20:59 +0000
(10:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13360
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/owfs/Makefile
patch
|
blob
|
history
diff --git
a/utils/owfs/Makefile
b/utils/owfs/Makefile
index
0f3260f
..
f7e6d94
100644
(file)
--- a/
utils/owfs/Makefile
+++ b/
utils/owfs/Makefile
@@
-171,7
+171,7
@@
define Build/Configure
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
lt_sys_lib_dlsearch_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \
lt_sys_lib_search_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \
- shrext_cmds=".so"
+ shrext_cmds=".so"
\
./configure \
$(CONFIGURE_ARGS) \
);