libaio/01_link_libgcc.patch
OBS User autobuild b393d9f01b Accepting request 31767 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libaio based on submit request 31767 from user coolo

OBS-URL: https://build.opensuse.org/request/show/31767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=11
2010-02-11 19:16:56 +00:00

18 lines
510 B
Diff

---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: libaio-0.3.107/src/Makefile
===================================================================
--- libaio-0.3.107.orig/src/Makefile
+++ libaio-0.3.107/src/Makefile
@@ -6,7 +6,7 @@ ARCH := $(shell uname -m | sed -e s/i.86
CFLAGS := -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC $(OPTFLAGS)
SO_CFLAGS=-shared $(CFLAGS)
L_CFLAGS=$(CFLAGS)
-LINK_FLAGS=
+LINK_FLAGS := -lgcc
soname=libaio.so.1
minor=0