]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: adjust link-order for non-gc-sections build
authorKay Sievers <kay@vrfy.org>
Wed, 22 Apr 2015 20:06:18 +0000 (22:06 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 22 Apr 2015 20:10:28 +0000 (22:10 +0200)
Makefile.am

index af32d2a02255db73240f37a080b4851a1aecf829..be7e9a211e705f3c33e75c375e5374990952dadf 100644 (file)
@@ -5489,8 +5489,8 @@ systemd_pull_CFLAGS = \
        -D USER_KEYRING_PATH=\"$(pkgsysconfdir)/import-pubring.gpg\"
 
 systemd_pull_LDADD = \
-       libsystemd-internal.la \
        libsystemd-label.la \
+       libsystemd-internal.la \
        libsystemd-shared.la \
        $(LIBCURL_LIBS) \
        $(XZ_LIBS) \
@@ -5517,8 +5517,8 @@ systemd_import_CFLAGS = \
        $(ZLIB_CFLAGS)
 
 systemd_import_LDADD = \
-       libsystemd-internal.la \
        libsystemd-label.la \
+       libsystemd-internal.la \
        libsystemd-shared.la \
        $(XZ_LIBS) \
        $(ZLIB_LIBS) \
@@ -5541,8 +5541,8 @@ systemd_export_CFLAGS = \
        $(ZLIB_CFLAGS)
 
 systemd_export_LDADD = \
-       libsystemd-internal.la \
        libsystemd-label.la \
+       libsystemd-internal.la \
        libsystemd-shared.la \
        $(XZ_LIBS) \
        $(ZLIB_LIBS) \