Skip to content

Commit

Permalink
transmission: fix failed to set dynamic section sizes: bad value, thx @…
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jul 25, 2023
1 parent 4b1cfa1 commit 5d79fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/pkgs/transmission/transmission.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ $(PKG)_CONFIGURE_OPTIONS += -DB64_INCLUDE_DIR=OFF
$(PKG)_CONFIGURE_OPTIONS += -DCMAKE_INSTALL_PREFIX=/
$(PKG)_CONFIGURE_OPTIONS += -DCMAKE_SKIP_RPATH=YES

$(PKG)_CONFIGURE_OPTIONS += -DCMAKE_CXX_FLAGS="-fPIC"
ifeq ($(strip $(FREETZ_PACKAGE_TRANSMISSION_STATIC)),y)
$(PKG)_CONFIGURE_OPTIONS += -DCMAKE_EXE_LINKER_FLAGS="-static"
endif
Expand Down

0 comments on commit 5d79fae

Please sign in to comment.