summaryrefslogtreecommitdiff
path: root/external/libebook/UnpackedTarball_libebook.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-09-29 13:11:20 +0200
committerDavid Tardon <dtardon@redhat.com>2017-10-04 08:12:43 +0200
commitf2db08b28e99c61c44bc057d03de926ac33d93b7 (patch)
tree5c1631b28831ccff870b0d24a8806a66d5e6dbd8 /external/libebook/UnpackedTarball_libebook.mk
parent4b5574ef48a4745a2073ca1b7c50169fdc83b068 (diff)
use the new gbuild way to update config.*
Change-Id: I43805ac8c3d5c1b65519da02c3cc50fdb9729ea6 Reviewed-on: https://gerrit.libreoffice.org/42941 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libebook/UnpackedTarball_libebook.mk')
-rw-r--r--external/libebook/UnpackedTarball_libebook.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/external/libebook/UnpackedTarball_libebook.mk b/external/libebook/UnpackedTarball_libebook.mk
index 250d059efec4..353a79f761ac 100644
--- a/external/libebook/UnpackedTarball_libebook.mk
+++ b/external/libebook/UnpackedTarball_libebook.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libebook,$(EBOOK_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libebook,0))
+$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libebook))
+
$(eval $(call gb_UnpackedTarball_add_patches,libebook, \
external/libebook/ubsan.patch \
external/libebook/0001-lrf-compute-color-interpolation-coeff.-correctly.patch.1 \
@@ -26,8 +28,4 @@ $(eval $(call gb_UnpackedTarball_add_patches,libebook, \
endif
endif
-$(eval $(call gb_UnpackedTarball_add_patches,libebook, \
- external/libebook/iOS.patch.0 \
-))
-
# vim: set noet sw=4 ts=4: