diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
commit | 676a0599f896e45fbf80d48687de2e580ce4766a (patch) | |
tree | 9c6e639700a9952f931890542b092da3561e62e1 /packages/dev-libs/log4cxx | |
parent | 9607352a4de3fb0a82f251c5983e928c0b453858 (diff) |
changes requested by exherbo devs
Diffstat (limited to 'packages/dev-libs/log4cxx')
-rw-r--r-- | packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 | 1 | ||||
-rw-r--r-- | packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 | 1 | ||||
-rw-r--r-- | packages/dev-libs/log4cxx/log4cxx.exlib | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 b/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 index 6b5e204..2d66d86 100644 --- a/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 +++ b/packages/dev-libs/log4cxx/log4cxx-0.10.0.exheres-0 @@ -4,3 +4,4 @@ require log4cxx PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 b/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 index 6b5e204..2d66d86 100644 --- a/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 +++ b/packages/dev-libs/log4cxx/log4cxx-scm.exheres-0 @@ -4,3 +4,4 @@ require log4cxx PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-libs/log4cxx/log4cxx.exlib b/packages/dev-libs/log4cxx/log4cxx.exlib index 40ac126..1db3b65 100644 --- a/packages/dev-libs/log4cxx/log4cxx.exlib +++ b/packages/dev-libs/log4cxx/log4cxx.exlib @@ -2,7 +2,7 @@ # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -require github [ user=apache project=logging-log4cxx tag=v$(ever replace_all _) force_git_clone=true ] +require github [ user=apache project=logging-log4cxx tag=v$(ever replace_all _) ] #TODO: version 0.10.0 require earlier autotools require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] @@ -46,3 +46,4 @@ DEFAULT_SRC_CONFIGURE_OPTION_WITHS=( 'providers:unixodbc ODBC unixODBC' 'providers:iodbc ODBC iODBC' ) + |