projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on...
[openwrt.git]
/
package
/
hotplug2
/
Makefile
diff --git
a/package/hotplug2/Makefile
b/package/hotplug2/Makefile
index
03ee608
..
3dab96b
100644
(file)
--- a/
package/hotplug2/Makefile
+++ b/
package/hotplug2/Makefile
@@
-8,9
+8,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=hotplug2
include $(TOPDIR)/rules.mk
PKG_NAME:=hotplug2
-PKG_REV:=19
8
+PKG_REV:=19
9
PKG_VERSION:=$(PKG_REV)
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=
3
+PKG_RELEASE:=
1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
@@
-36,7
+36,7
@@
define Package/hotplug2/description
This is an implementation of Hotplug2-1.0-beta
endef
This is an implementation of Hotplug2-1.0-beta
endef
-MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -DHAVE_RULES -I."
+MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS)
$(FPIC)
-DHAVE_RULES -I."
define Package/hotplug2/install
$(INSTALL_DIR) $(1)/etc
define Package/hotplug2/install
$(INSTALL_DIR) $(1)/etc
This page took
0.026517 seconds
and
4
git commands to generate.