mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lang/perl: Build ugenerate_uudmap as a host binary
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
+3
-1
@@ -67,7 +67,9 @@ define Build/microperl/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/microperl/Compile
|
define Build/microperl/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) -f Makefile.micro \
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) -f Makefile.micro \
|
||||||
|
CC="gcc" ugenerate_uudmap
|
||||||
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) -f Makefile.micro \
|
||||||
CC="$(TARGET_CC)" OPTIMIZE="$(TARGET_CFLAGS)"
|
CC="$(TARGET_CC)" OPTIMIZE="$(TARGET_CFLAGS)"
|
||||||
$(INSTALL_DIR) $(PKG_INSTALL_DIR)/usr/bin/
|
$(INSTALL_DIR) $(PKG_INSTALL_DIR)/usr/bin/
|
||||||
$(CP) $(PKG_BUILD_DIR)/microperl $(PKG_INSTALL_DIR)/usr/bin/
|
$(CP) $(PKG_BUILD_DIR)/microperl $(PKG_INSTALL_DIR)/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user