Author: nbd Date: 2014-06-10 12:22:18 +0200 (Tue, 10 Jun 2014) New Revision: 41097
Added: trunk/package/devel/strace/ Removed: packages/utils/strace/ Modified: trunk/package/devel/strace/Makefile Log: strace: move to trunk, add myself as a maintainer Modified: trunk/package/devel/strace/Makefile =================================================================== --- packages/utils/strace/Makefile 2014-06-10 09:06:25 UTC (rev 41096) +++ trunk/package/devel/strace/Makefile 2014-06-10 10:22:18 UTC (rev 41097) @@ -20,6 +20,8 @@ PKG_LICENSE:=BSD-3c PKG_LICENSE_FILES:=COPYRIGHT +PKG_MAINTAINER:=Felix Fietkau <[email protected]> + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -37,14 +39,6 @@ system calls a program makes while it is running. endef -# needed when compiling against Linux 2.4 -CONFIGURE_VARS += \ - ac_cv_header_linux_netlink_h=yes - -ifneq ($(CONFIG_EXTERNAL_TOOLCHAIN),) - TARGET_CPPFLAGS += -I$(LINUX_DIR)/include -endif - MAKE_FLAGS := \ CCOPT="$(TARGET_CFLAGS)" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
