[oe-commits] org.oe.dev openswan: Add patch to workaround install flags causing build failures

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Nov 9 23:32:26 UTC 2006


openswan: Add patch to workaround install flags causing build failures

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: e7fed00e9500edfcfa85b550eb39a78749b973f5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e7fed00e9500edfcfa85b550eb39a78749b973f5
Files:
1
packages/openswan/openswan-2.2.0/installflags.patch
packages/openswan/openswan_2.2.0.bb
Diffs:

#
# mt diff -r9ec3e521bb397777d0c7998cb6ed2c989c2529f1 -re7fed00e9500edfcfa85b550eb39a78749b973f5
#
# 
# 
# add_file "packages/openswan/openswan-2.2.0/installflags.patch"
#  content [991bdedf307cb1a51aafa1e530cc0a0dba5c4a04]
# 
# patch "packages/openswan/openswan_2.2.0.bb"
#  from [686755f3daec742c3c2a262dd2c440377d2b5b01]
#    to [5ed0cfbab4e4e2abdaaa49ee028c0ab2e1939d0b]
# 
============================================================
--- packages/openswan/openswan-2.2.0/installflags.patch	991bdedf307cb1a51aafa1e530cc0a0dba5c4a04
+++ packages/openswan/openswan-2.2.0/installflags.patch	991bdedf307cb1a51aafa1e530cc0a0dba5c4a04
@@ -0,0 +1,17 @@
+---
+ Makefile.inc |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: openswan-2.2.0/Makefile.inc
+===================================================================
+--- openswan-2.2.0.orig/Makefile.inc	2006-11-06 23:06:33.000000000 +0000
++++ openswan-2.2.0/Makefile.inc	2006-11-08 20:16:26.000000000 +0000
+@@ -170,7 +170,7 @@ INSTALL=install
+ # how backup names are composed.
+ # Note that the install procedures will never overwrite an existing config
+ # file, which is why -b is not specified for them.
+-INSTBINFLAGS=-b --suffix=.old
++INSTBINFLAGS=
+ INSTMANFLAGS=
+ INSTCONFFLAGS=
+ 
============================================================
--- packages/openswan/openswan_2.2.0.bb	686755f3daec742c3c2a262dd2c440377d2b5b01
+++ packages/openswan/openswan_2.2.0.bb	5ed0cfbab4e4e2abdaaa49ee028c0ab2e1939d0b
@@ -11,6 +11,7 @@ SRC_URI = "http://www.openswan.org/downl
 SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \
 	   file://openswan-2.2.0-gentoo.patch;patch=1 \
            file://gcc4-fixes.patch;patch=1 \
+           file://installflags.patch;patch=1 \
 	   file://makefile-whitespace-fix.patch;patch=1 \
 	   file://ld-library-path-breakage.patch;patch=1"
 S = "${WORKDIR}/openswan-${PV}"






More information about the Openembedded-commits mailing list