Skip to content

Commit

Permalink
src: Add libnl3 build.sh script (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng committed Sep 23, 2016
1 parent 59d13d0 commit b4f2735
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/libnl3/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
## This script is to build the libnl3 3.2.27-1
##
## USAGE:
## ./build.sh

# Obtaining the libnl3
rm -rf ./libnl3
git clone https://anonscm.debian.org/git/collab-maint/libnl3.git
pushd ./libnl3
git checkout -f b77c0e49cb

# Patch
export QUILT_PATCHES=debian/patches
quilt push
quilt push
quilt push
quilt push
quilt push
dpkg-buildpackage -rfakeroot -b -us -uc

popd

0 comments on commit b4f2735

Please sign in to comment.