diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/openswan | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/openswan')
-rw-r--r-- | recipes/openswan/openswan_2.2.0.bb | 3 | ||||
-rw-r--r-- | recipes/openswan/openswan_2.4.7.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/openswan/openswan_2.2.0.bb b/recipes/openswan/openswan_2.2.0.bb index bcf5a28756..9d3bf19bb8 100644 --- a/recipes/openswan/openswan_2.2.0.bb +++ b/recipes/openswan/openswan_2.2.0.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" DEPENDS = "gmp flex-native" RRECOMMENDS = "kernel-module-ipsec" RDEPENDS_append_nylon = "perl" -PR = "r5" +PR = "r6" SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ file://openswan-2.2.0-gentoo.patch;patch=1 \ @@ -19,6 +19,7 @@ S = "${WORKDIR}/openswan-${PV}" PARALLEL_MAKE = "" EXTRA_OEMAKE = "DESTDIR=${D} \ USERCOMPILE="${CFLAGS}" \ + USERLINK="${LDFLAGS}" \ FINALCONFDIR=${sysconfdir}/ipsec \ INC_RCDEFAULT=${sysconfdir}/init.d \ INC_USRLOCAL=${prefix} \ diff --git a/recipes/openswan/openswan_2.4.7.bb b/recipes/openswan/openswan_2.4.7.bb index 28e599b282..a9cd2b3f7b 100644 --- a/recipes/openswan/openswan_2.4.7.bb +++ b/recipes/openswan/openswan_2.4.7.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" DEPENDS = "gmp flex-native" RRECOMMENDS = "kernel-module-ipsec" RDEPENDS_append_nylon = "perl" -PR = "r0" +PR = "r1" SRC_URI = "http://www.openswan.org/download/openswan-${PV}.tar.gz \ file://openswan-2.4.7-gentoo.patch;patch=1 \ @@ -17,6 +17,7 @@ S = "${WORKDIR}/openswan-${PV}" PARALLEL_MAKE = "" EXTRA_OEMAKE = "DESTDIR=${D} \ USERCOMPILE="${CFLAGS}" \ + USERLINK="${LDFLAGS}" \ FINALCONFDIR=${sysconfdir}/ipsec \ INC_RCDEFAULT=${sysconfdir}/init.d \ INC_USRLOCAL=${prefix} \ |