projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57db478
)
[packages] weechat: need to link against libdl, fixes compilation on backfire
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jul 2011 00:10:54 +0000
(
00:10
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jul 2011 00:10:54 +0000
(
00:10
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27586
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/weechat/Makefile
patch
|
blob
|
history
diff --git
a/net/weechat/Makefile
b/net/weechat/Makefile
index
c4e0905
..
0b7ec29
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