Remove $PKG_NAME from BUILD_CONFLICTS as it's now hard coded.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-15 22:43:42 +01:00
commit 7436421808
14 changed files with 38 additions and 13 deletions

View file

@ -13,4 +13,4 @@ SRC_DIRNAMES=("${PKG_NAME%-client}-$PKG_VERSION")
# Build configuration.
BUILD_REQUIRES=('curl' 'libaio' 'libtirpc' 'liburing' 'libxml' 'openssl' 'readline' 'userspace-rcu')
BUILD_CONFLICTS=("$PKG_NAME")
BUILD_CONFLICTS=()