mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
perl-gd: fix build of native part
EUMM don't find .xs file in subdirectory (only .pm files are handled) So, let move lib/GD.xs in the root directory. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
df1b6d8cb2
commit
9475997b24
@ -12,6 +12,11 @@ PERL_GD_LICENSE = Artistic or GPLv1+
|
|||||||
PERL_GD_LICENSE_FILES = LICENSE
|
PERL_GD_LICENSE_FILES = LICENSE
|
||||||
PERL_GD_PREFER_INSTALLER = EUMM
|
PERL_GD_PREFER_INSTALLER = EUMM
|
||||||
|
|
||||||
|
define PERL_GD_MOVE_XS
|
||||||
|
mv $(@D)/lib/GD.xs $(@D)/GD.xs
|
||||||
|
endef
|
||||||
|
PERL_GD_POST_PATCH_HOOKS += PERL_GD_MOVE_XS
|
||||||
|
|
||||||
PERL_GD_CONF_OPTS = \
|
PERL_GD_CONF_OPTS = \
|
||||||
-options=FT,PNG \
|
-options=FT,PNG \
|
||||||
-lib_gd_path=$(STAGING_DIR)/usr \
|
-lib_gd_path=$(STAGING_DIR)/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user