projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc7a17
)
fix rp-l2tp build
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Mar 2007 20:54:50 +0000
(20:54 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Mar 2007 20:54:50 +0000
(20:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6679
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/rp-l2tp/Makefile
patch
|
blob
|
history
diff --git
a/net/rp-l2tp/Makefile
b/net/rp-l2tp/Makefile
index
951cc7b
..
12eaa61
100644
(file)
--- a/
net/rp-l2tp/Makefile
+++ b/
net/rp-l2tp/Makefile
@@
-50,13
+50,11
@@
define Package/rp-l2tpd-mod-ppp
endef
# uses GNU configure
+MAKE_FLAGS += \
+ DESTDIR="$(PKG_INSTALL_DIR)" \
+ all install
-define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS) \
- DESTDIR="$(PKG_INSTALL_DIR)" \
- all install
-endef
+TARGET_CFLAGS := -I$(PKG_BUILD_DIR)/libevent $(TARGET_CFLAGS)
define Package/rp-l2tpd/install
$(INSTALL_DIR) $(1)/etc