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:
8ed5b6b
)
[packages] weechat: need to link against libdl, fixes compilation on backfire
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Jul 2011 00:10:54 +0000
(
00:10
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Jul 2011 00:10:54 +0000
(
00:10
+0000)
SVN-Revision: 27586
net/weechat/Makefile
patch
|
blob
|
history
diff --git
a/net/weechat/Makefile
b/net/weechat/Makefile
index c4e09055e4ff98e5274732753b9fd0f60c13f526..0b7ec292ae4da530de8859cdfb1dc462cd37b97c 100644
(file)
--- a/
net/weechat/Makefile
+++ b/
net/weechat/Makefile
@@
-15,7
+15,7
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.weechat.org/files/src
PKG_MD5SUM:=0d2a089bfbfa550e0c65618a171fb3c4
-PKG_FIXUP
= libtool
+PKG_FIXUP
:=autoreconf
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
@@
-49,7
+49,7
@@
CMAKE_OPTIONS+= \
-DENABLE_LUA=OFF
TARGET_LDFLAGS += \
- -L$(ICONV_PREFIX)/lib \
+ -L$(ICONV_PREFIX)/lib
-ldl
\
-Wl,-rpath-link,$(STAGING_DIR)/usr/lib
define Package/weechat/install