projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b4ccc
)
install ppp development headers
author
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Aug 2008 05:02:04 +0000
(
05:02
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Aug 2008 05:02:04 +0000
(
05:02
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12368
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/Makefile
patch
|
blob
|
history
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
f6dbd33
..
c4feb82
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-121,6
+121,11
@@
define Build/Compile
all install
endef
+define Build/InstallDev
+ $(INSTALL_DIR) $(1)/usr/include
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/
+endif
+
define Package/ppp/install
$(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION)
$(INSTALL_DIR) $(1)/usr/sbin