Skip to content

Commit

Permalink
net/geoipupdate: Enable verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Mar 16, 2023
1 parent 1c41cb9 commit 75a3300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/geoipupdate/files/patch-Makefile
Expand Up @@ -5,7 +5,7 @@

$(BUILDDIR)/geoipupdate: $(BUILDDIR)
- (cd cmd/geoipupdate && go build -ldflags '-X main.defaultConfigFile=$(CONFFILE) -X main.defaultDatabaseDirectory=$(DATADIR) -X "main.version=$(VERSION)"')
+ (cd cmd/geoipupdate && go build -mod=vendor -ldflags '-X main.defaultConfigFile=$(CONFFILE) -X main.defaultDatabaseDirectory=$(DATADIR) -X "main.version=$(VERSION)"')
+ (cd cmd/geoipupdate && go build -v -mod=vendor -ldflags '-X main.defaultConfigFile=$(CONFFILE) -X main.defaultDatabaseDirectory=$(DATADIR) -X "main.version=$(VERSION)"')
cp cmd/geoipupdate/geoipupdate $(BUILDDIR)

$(BUILDDIR)/GeoIP.conf: $(BUILDDIR) conf/GeoIP.conf.default
Expand Down

0 comments on commit 75a3300

Please sign in to comment.