diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-06-18 09:41:15 -0700 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-07-03 16:12:36 -0700 |
commit | 929a275a4b2e790d7341f7976065872395932fa2 (patch) | |
tree | 71a9f4307c1733fbb9b2c6ff31c292ffee1ad224 /pkg | |
parent | 804a12fed0f1c534412f687f89e101b5cb5b97c8 (diff) | |
download | unit-929a275a4b2e790d7341f7976065872395932fa2.tar.gz unit-929a275a4b2e790d7341f7976065872395932fa2.tar.bz2 |
Packages: removed CentOS 6 leftover
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/rpm/Makefile.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/rpm/Makefile.go b/pkg/rpm/Makefile.go index aacbe2b9..335b207a 100644 --- a/pkg/rpm/Makefile.go +++ b/pkg/rpm/Makefile.go @@ -13,11 +13,7 @@ MODULE_INSTARGS_go= go-install-src MODULE_SOURCES_go= unit.example-go-app \ unit.example-go-config -ifeq ($(OSVER), centos6) -BUILD_DEPENDS_go= epel-release golang -else BUILD_DEPENDS_go= golang -endif BUILD_DEPENDS+= $(BUILD_DEPENDS_go) |