diff options
author | Sam Bingner <sam@bingner.com> | 2019-04-10 00:03:17 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-10 00:05:22 -1000 |
commit | e105ec00766f72fdb185cc45772e1742e82b86ca (patch) | |
tree | 05612ba0cc6385cf854a06919a972285e5299d11 | |
parent | 9a3f2f13b8f7fa6373a091c96bb7c221baa070d9 (diff) |
Clean up configure args for transmission
-rw-r--r-- | data/transmission/make.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/transmission/make.sh b/data/transmission/make.sh index 5b9a53a50..cc1313530 100644 --- a/data/transmission/make.sh +++ b/data/transmission/make.sh @@ -1,7 +1,4 @@ pkg:setup -pkg:configure --disable-mac --disable-nls --without-gtk --enable-cli --enable-daemon \ - LDFLAGS="${LDFLAGS} -framework Foundation -liconv" \ - ZLIB_LIBS="-lz" ZLIB_CFLAGS='-I/dev/null' -# There's no pkg-config file for zlib, just skip it. +pkg:configure --disable-mac --disable-nls --without-gtk --enable-cli --enable-daemon pkg:make pkg:install |