X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/dad4d0ea840f61dc912d1bb1f9118058e2cb6c23..7c8d73ced43bb114b0eb58643711d5bb6b32e034:/openwrt/package/samba/Makefile?ds=inline diff --git a/openwrt/package/samba/Makefile b/openwrt/package/samba/Makefile index 566e604a0..584ed9a04 100644 --- a/openwrt/package/samba/Makefile +++ b/openwrt/package/samba/Makefile @@ -58,7 +58,7 @@ $(PKG_BUILD_DIR)/.built: $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -DNDEBUG -DSHMEM_SIZE=524288 -Dfcntl=fcntl64" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ + LDFLAGS="-lgcc_s -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ ac_cv_lib_cups_httpConnect=no \ ac_cv_sizeof_int=4 \ ac_cv_sizeof_long=4 \