[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Thu Nov 3 12:29:02 UTC 2016


 RepositoryExternal.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8d1c80e2633b8a63050cdd81b7e089f27b996c0f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 3 13:23:45 2016 +0100

    RepositoryExternal.mk: really fix jpeg build
    
    Change-Id: I1969db554d156e6af0975d03013ea4f7c10d839f

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5dbde22..f93c819 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -459,12 +459,12 @@ $(call gb_LinkTarget_set_include,$(1),\
 	$$(INCLUDE) \
 )
 
-endef
-
 $(call gb_LinkTarget_use_static_libraries,$(1),\
 	jpeg \
 )
 
+endef
+
 define gb_ExternalProject__use_jpeg
 $(call gb_ExternalProject_use_static_libraries,$(1),jpeg)
 


More information about the Libreoffice-commits mailing list