Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DBezemer committed Nov 29, 2016
1 parent c1e9fa9 commit 5f7a4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SOURCES/haproxy-*.tar.gz
rpmbuild
rpmbuild
RPMS
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RELEASE=1
all: build

install_prereq:
sudo yum install -y pcre-devel pcre-devel make gcc openssl-devel
sudo yum install -y pcre-devel pcre-devel make gcc openssl-devel rpm-build

clean:
rm -f ./SOURCES/haproxy-${VERSION}.tar.gz
Expand Down

0 comments on commit 5f7a4a4

Please sign in to comment.