|
@@ -16,7 +16,7 @@ AICCU_LFDLAGS = $(TARGET_LDFLAGS)
|
|
# aiccu forgets to link with gnutls' dependencies breaking the build when
|
|
# aiccu forgets to link with gnutls' dependencies breaking the build when
|
|
# linking statically
|
|
# linking statically
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
-AICCU_LDFLAGS += `$(PKG_CONFIG_HOST_BINARY) --static --libs gnutls`
|
|
|
|
|
|
+AICCU_LDFLAGS += `$(PKG_CONFIG_HOST_BINARY) --libs gnutls`
|
|
endif
|
|
endif
|
|
|
|
|
|
# dummy RPM_OPT_FLAGS to disable stripping
|
|
# dummy RPM_OPT_FLAGS to disable stripping
|