projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add proper build depends
[openwrt.git]
/
package
/
ppp
/
Makefile
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
1542a8b
..
0139eb0
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-5,6
+5,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ppp
PKG_VERSION:=2.4.3
PKG_RELEASE:=7
PKG_NAME:=ppp
PKG_VERSION:=2.4.3
PKG_RELEASE:=7
+PKG_BUILDDEP:=libpcap
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-19,7
+20,6
@@
include $(TOPDIR)/package/rules.mk
define Package/ppp
SECTION:=net
CATEGORY:=Network
define Package/ppp
SECTION:=net
CATEGORY:=Network
- NEEDS:=libpcap
MENU:=1
DEFAULT:=y
TITLE:=PPP daemon
MENU:=1
DEFAULT:=y
TITLE:=PPP daemon
This page took
0.020066 seconds
and
4
git commands to generate.