tor: package improvements
authorKonstantin Demin <rockdrilla@gmail.com>
Sat, 17 Nov 2018 15:55:06 +0000 (18:55 +0300)
committertripolar <tripolar@users.noreply.github.com>
Sat, 8 Dec 2018 10:55:41 +0000 (11:55 +0100)
commitb7603be35903ca2c4296e3dcd3c8a02589ea93de
treee7ed84367419846d95d726e604b564d631ed80a3
parent46c051101d0ad4c66e8568a8b8b67fd14aeec00a
tor: package improvements

* remove "torify" script
  - "torify" script is just a wrapper around torsocks,
    but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
  - use $(INSTALL_DATA) instead of $(CP) as a proper way
    of installing files
* drop deprecated configure option:
    "--with-ssl-dir" is considered deprecated and obsolete,
    while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
  --gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace

Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
net/tor/Makefile