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,7 +13,7 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
# Build configuration.
BUILD_REQUIRES=('libtool')
BUILD_CONFLICTS=("$PKG_NAME")
BUILD_CONFLICTS=()
# The 'web' group for thttp to use. Re-use the 'apache' group.
WEBGROUP="apache"