Skip to content

Commit

Permalink
libcap: build without gperf
Browse files Browse the repository at this point in the history
  • Loading branch information
escalade committed Mar 1, 2017
1 parent 9da7194 commit e6b4cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devel/libcap/package.mk
Expand Up @@ -42,6 +42,7 @@ post_unpack() {

make_host() {
cd $ROOT/$PKG_BUILD/.$HOST_NAME
$SED 's@^BUILD_GPERF@#\0@' Make.Rules
make CC=$CC \
AR=$AR \
RANLIB=$RANLIB \
Expand All @@ -54,6 +55,7 @@ make_host() {

make_target() {
cd $ROOT/$PKG_BUILD/.$TARGET_NAME
$SED 's@^BUILD_GPERF@#\0@' Make.Rules
make CC=$CC \
AR=$AR \
RANLIB=$RANLIB \
Expand Down

0 comments on commit e6b4cc5

Please sign in to comment.