insserv: Fix a cross compile issue on i386 machines

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5090 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-08-25 15:05:03 +00:00
parent aa7d993edb
commit 15c905c270
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
Index: insserv-1.11.0/Makefile
===================================================================
--- insserv-1.11.0.orig/Makefile 2008-08-25 16:00:00.000000000 +0100
+++ insserv-1.11.0/Makefile 2008-08-25 16:00:25.000000000 +0100
@@ -18,16 +18,7 @@
#
# Architecture
#
-ifdef RPM_OPT_FLAGS
- COPTS = -g $(RPM_OPT_FLAGS)
-else
- ARCH = $(shell uname -i)
-ifeq ($(ARCH),i386)
- COPTS = -O2 -mcpu=i586 -mtune=i686
-else
- COPTS = -O2
-endif
-endif
+COPTS = -O2
COPTS += -g
MY_CFLAGS = $(CFLAGS) -Wall $(COPTS) $(DEBUG) $(LOOPS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \

View File

@ -1,10 +1,12 @@
LICENSE = "GPL"
SECTION = "base"
PR = "r1"
SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${PN}-${PV}.tar.gz \
file://40_segfault_virtprov.dpatch;patch=1 \
file://42_loopnochangemsg.dpatch;patch=1 \
file://make.patch;patch=1 \
file://crosscompile_fix.patch;patch=1 \
file://insserv.conf"
do_install () {