aboutsummaryrefslogtreecommitdiffstats
path: root/main/libcap-ng
Commit message (Collapse)AuthorAgeFilesLines
* main/libcap-ng: upgrade to 0.7.10Leo2019-10-191-3/+3
| | | Closes !353
* main/libcap-ng: fix cross-compiling without python pre-installedalpine-mips-patches2018-12-271-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This aport have no intention to package python bindings so: - tell ./configure explicitly there is no 'swig'; - tell ./configure explicitly neither python nor python3 is needed (this effectively avoids fatal AM_PATH_PYTHON invocation); - replace makedepends= with empty makedepends_build= for symmetry with makedepends_host=. Rationale follows. If neither python nor python3 is pre-installed in the build system, cross-compilation fails: checking for swig... no configure: WARNING: "Swig not found - python bindings will not be made" checking whether to create python bindings... testing checking for python... no checking for python2... no checking for python3... no checking for python3.5... no checking for python3.4... no checking for python3.3... no checking for python3.2... no checking for python3.1... no checking for python3.0... no checking for python2.7... no checking for python2.6... no checking for python2.5... no checking for python2.4... no checking for python2.3... no checking for python2.2... no checking for python2.1... no checking for python2.0... no configure: error: no suitable Python interpreter found >>> ERROR: libcap-ng: build failed This error is printed by AM_PATH_PYTHON at ./configure.ac:125 which assumes lack of python is fatal when invoked without the third arg. Also note the swig warning. After replacing 'makedepends="python3 $depends_dev"' at APKBUILD:10 with 'makedepends_build="python3"', cross-configure succeeds saying python is of no use anyway: checking whether to create python bindings... testing checking for python... no checking for python2... no checking for python3... /usr/bin/python3 checking for python version... 3.6 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.6/site-packages configure: WARNING: "Python headers not found - python bindings will not be made" checking whether to create python3 bindings... investigating checking for python3-config... no sh: yes: unknown operand Python3 bindings will NOT be built
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/libcap-ng: upgrade to 0.7.9, clarify licenseprspkt2018-03-201-5/+5
|
* main/libcap-ng: modernize abuildJakub Jirutka2017-07-281-20/+5
|
* main/libcap-ng: use Python 3 to build; add test suiteA. Wilcox2017-07-281-5/+10
|
* main/[various]: fix trailing whitespacetmpfile2017-07-101-1/+1
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* main/libcap-ng: upgrade to 0.7.8Natanael Copa2016-08-121-4/+4
|
* main/libcap-ng: upgrade to 0.7.7Natanael Copa2015-12-092-20/+8
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/libcap-ng: fix endianess detectionTimo Teräs2015-04-152-12/+18
|
* main/libcap-ng: add linux-headers to -dev's dependNatanael Copa2015-04-141-2/+3
|
* main/libcap-ng: upgrade to 0.7.4Natanael Copa2014-07-141-5/+4
|
* main/libcap-ng: fix musl buildTimo Teräs2013-10-092-3/+31
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/libcap-ng: upgrade to 0.7.3Natanael Copa2012-11-211-2/+2
|
* main/libcap-ng: upgrade to 0.7Natanael Copa2012-09-021-2/+2
|
* main/libcap-ng: upgrade to 0.6.6Natanael Copa2011-10-031-3/+3
|
* main/libcap-ng: remove *.la filesWilliam Pitcock2011-06-291-1/+2
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/libcap-ng: moved from testingNatanael Copa2010-07-071-0/+41
fixes #95