diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-03-22 10:35:48 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-22 10:35:48 +0100 |
commit | 3db17b0ccc80b8de9e170f41ba53c96a8ad5fd6a (patch) | |
tree | 8aba8c4270b01745bee938dd686ed525149fe8a2 /testing/scripts/recipes/005_anet.mk | |
parent | 2c80ab3def3dae764b5aabd11ee72f4bbadcfe3a (diff) | |
download | strongswan-3db17b0ccc80b8de9e170f41ba53c96a8ad5fd6a.tar.bz2 strongswan-3db17b0ccc80b8de9e170f41ba53c96a8ad5fd6a.tar.xz |
Fixed TKM build
Diffstat (limited to 'testing/scripts/recipes/005_anet.mk')
-rw-r--r-- | testing/scripts/recipes/005_anet.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index 1ecb7b294..3b8e6fd2e 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -4,6 +4,8 @@ PKG = anet SRC = http://git.codelabs.ch/git/$(PKG).git REV = v0.2.2 +PREFIX = /usr/local/ada + all: install .$(PKG)-cloned: @@ -16,4 +18,4 @@ all: install @touch $@ install: .$(PKG)-built - cd $(PKG) && make LIBRARY_KIND=static install + cd $(PKG) && make PREFIX=$(PREFIX) LIBRARY_KIND=static install |