Skip to content

Commit

Permalink
php7: update the gd module to depend on libgd-full
Browse files Browse the repository at this point in the history
The php7-mod-gd package requires that freetype support exist in libgd. The
libgd-full package provides this, whereas the libgd package does only if
explicitly configured.

Ref: #10944
Signed-off-by: W. Michael Petullo <[email protected]>
  • Loading branch information
flyn-org committed Jan 9, 2020
1 parent 3e7cf90 commit 5c53c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/php7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ $(eval $(call BuildModule,exif,EXIF))
$(eval $(call BuildModule,fileinfo,Fileinfo))
$(eval $(call BuildModule,filter,Filter))
$(eval $(call BuildModule,ftp,FTP,+PACKAGE_php7-mod-ftp:libopenssl))
$(eval $(call BuildModule,gd,GD graphics,+PACKAGE_php7-mod-gd:libgd))
$(eval $(call BuildModule,gd,GD graphics,+PACKAGE_php7-mod-gd:libgd-full))
$(eval $(call BuildModule,gettext,Gettext,+PACKAGE_php7-mod-gettext:libintl-full))
$(eval $(call BuildModule,gmp,GMP,+PACKAGE_php7-mod-gmp:libgmp))
$(eval $(call BuildModule,iconv,iConv,$(ICONV_DEPENDS)))
Expand Down

0 comments on commit 5c53c61

Please sign in to comment.