rpms/openal/FC-3 openal-no-undefined.patch,NONE,1.1

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Feb 27 11:59:15 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/openal/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6608

Added Files:
	openal-no-undefined.patch 
Log Message:
- add no-undefined patch


openal-no-undefined.patch:

--- NEW FILE openal-no-undefined.patch ---
--- src/Makefile.am.orig	2006-02-27 11:51:57.000000000 +0100
+++ src/Makefile.am	2006-02-27 11:53:13.000000000 +0100
@@ -214,9 +214,9 @@
 libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS)
 
 # The -no-undefined flag is neccessary for building DLLs on Windows.
-libopenal_la_LDFLAGS = -no-undefined $(PROFILINGLDFLAGS)
+libopenal_la_LDFLAGS = -no-undefined -Wl,--no-undefined $(PROFILINGLDFLAGS)
 
 # We use sin and friends, so we might need -lm, autoconf takes care of this.
-libopenal_la_LIBADD = $(LIBM) $(asm_ldadd)
+libopenal_la_LIBADD = $(LIBM) $(asm_ldadd) -lpthread
 
 SUBDIRS = $(X86_SUBDIR)




More information about the scm-commits mailing list