projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8267488
)
netatalk: fix compiling with librpc (based on patch from #8858)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Feb 2011 20:31:48 +0000
(20:31 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Feb 2011 20:31:48 +0000
(20:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25541
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/netatalk/Makefile
patch
|
blob
|
history
diff --git
a/net/netatalk/Makefile
b/net/netatalk/Makefile
index
9b24156
..
551fe83
100644
(file)
--- a/
net/netatalk/Makefile
+++ b/
net/netatalk/Makefile
@@
-20,7
+20,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/netatalk
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libdb47 +libgcrypt +libopenssl
+ DEPENDS:=+libdb47 +libgcrypt +libopenssl
+USE_UCLIBC:librpc
TITLE:=netatalk
URL:=http://netatalk.sourceforge.net
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@
-33,6
+33,8
@@
define Package/netatalk/decription
endef
EXTRA_CFLAGS += -I$(STAGING_DIR)/usr/include
+TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
+TARGET_LDFLAGS += $(LIBRPC)
CONFIGURE_VARS += \
CFLAGS="$(TARGET_CFLAGS) -std=gnu99 -DNO_DEBUG "