Remove $PKG_NAME from BUILD_CONFLICTS as it's now hard coded.
This commit is contained in:
parent
ad643e42f4
commit
7436421808
14 changed files with 38 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ SRC_DIRNAMES=()
|
|||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=("perl" "openssl" "db48" "readline")
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
BUILD_CONFLICTS=()
|
||||
|
||||
# The perl modules to build.
|
||||
BUILD_PERL_MODULES=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue