diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 1d43aef5c..c5ad00aee 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -305,6 +305,7 @@ endif ifeq ($(BR2_PREFER_STATIC_LIB),y) SHARED_STATIC_LIBS_OPTS=--enable-static --disable-shared +TARGET_LDFLAGS += -static else SHARED_STATIC_LIBS_OPTS=--enable-static --enable-shared endif |