projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4189c7a
)
fix bitlbee after libiconv move
author
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Oct 2006 23:27:00 +0000
(23:27 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Oct 2006 23:27:00 +0000
(23:27 +0000)
SVN-Revision: 4975
net/bitlbee/Makefile
patch
|
blob
|
history
diff --git
a/net/bitlbee/Makefile
b/net/bitlbee/Makefile
index a11831a7ca6dd98ddc33389bc41d822d21355096..de6ede36d164d47276659f9900dc47749499beee 100644
(file)
--- a/
net/bitlbee/Makefile
+++ b/
net/bitlbee/Makefile
@@
-68,9
+68,9
@@
define Build/Configure
endef
define Build/Compile
- @echo 'CFLAGS+="-I$(STAGING_DIR)/usr/
include/iconv
"' >> \
+ @echo 'CFLAGS+="-I$(STAGING_DIR)/usr/
lib/libiconv/include
"' >> \
$(PKG_BUILD_DIR)/Makefile.settings
- @echo 'LFLAGS+="-L$(STAGING_DIR)/usr/lib/
iconv
"' >> \
+ @echo 'LFLAGS+="-L$(STAGING_DIR)/usr/lib/
libiconv/lib
"' >> \
$(PKG_BUILD_DIR)/Makefile.settings
$(MAKE) -C $(PKG_BUILD_DIR)
endef