Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jul 5, 2021
1 parent a7a64b8 commit 72d92f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ADIF_RPATH = -Wl,-rpath,$(adif_lib)

PKG_VER_MAJOR = 2
PKG_VER_MINOR = 1
PKG_VER_RELEASE = 4
PKG_VER_RELEASE = 6
PKG_VER = $(PKG_VER_MAJOR).$(PKG_VER_MINOR).$(PKG_VER_RELEASE)

PKG_VERSO_LIB = $(PKG_SO_LIB).$(PKG_VER)
Expand Down Expand Up @@ -75,7 +75,7 @@ endif
#################################################################
# Macro definition check

ifeq ($(shell test -e /usr/include/sys/epoll.h && echo 1), 1)
ifeq ($(shell test -e /usr/include/sys/epoll.hh && echo 1), 1)
DEFS += -DHAVE_EPOLL
else
DEFS += -DHAVE_SELECT
Expand Down

0 comments on commit 72d92f5

Please sign in to comment.