diff options
Diffstat (limited to 'contrib/libgnurx/module.defs')
-rw-r--r-- | contrib/libgnurx/module.defs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/libgnurx/module.defs b/contrib/libgnurx/module.defs index 2db2d5ee1..65f23baa3 100644 --- a/contrib/libgnurx/module.defs +++ b/contrib/libgnurx/module.defs @@ -22,8 +22,3 @@ define LIBGNURX.UNINSTALL $(RM.exe) -f $(CONTRIB.build/)include/regex.h $(RM.exe) -f $(LIBGNURX.INSTALL.target) endef - -ifeq (1,$(FEATURE.local_pkgconfig)) - LIBGNURX.CONFIGURE.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)" - LIBGNURX.BUILD.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)" -endif |