Browse Source
perl: Don't build InstallDev under ARC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
0 deletions
-
lang/perl/Makefile
|
|
@ -122,10 +122,12 @@ define Build/Compile |
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) |
|
|
|
endef |
|
|
|
|
|
|
|
ifeq ($(CONFIG_arc),) |
|
|
|
define Build/InstallDev |
|
|
|
$(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION) |
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/$(PERL_VERSION) $(1)/usr/lib/perl5/ |
|
|
|
endef |
|
|
|
endif |
|
|
|
|
|
|
|
define Package/perl/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/bin |
|
|
|