X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fhotplug2%2FMakefile;fp=package%2Fhotplug2%2FMakefile;h=b51e5a97f6b5701b9fea35720b2eb2d1c7264547;hp=3dab96ba7f14d3c46e4dae4178cea5bc233fc1bc;hb=183ed59cffefaba7f3b440bf8f46119c498fa658;hpb=a73408d56c5c91e667a72ac72091a574274e1577 diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 3dab96ba7f..b51e5a97f6 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -36,15 +36,15 @@ define Package/hotplug2/description This is an implementation of Hotplug2-1.0-beta endef -MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) $(FPIC) -DHAVE_RULES -I." +MAKE_FLAGS += \ + COPTS="$(TARGET_CFLAGS)" \ + STATIC_WORKER="fork" define Package/hotplug2/install $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) ./files/hotplug2.rules $(1)/etc/ $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/hotplug2 $(1)/sbin/ - $(INSTALL_DIR) $(1)/lib/hotplug2 - $(INSTALL_BIN) $(PKG_BUILD_DIR)/workers/worker_fork.so $(1)/lib/hotplug2 endef $(eval $(call BuildPackage,hotplug2))