patches/babl-01-no-pthread.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 18066 1847ff0f1078
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18066
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- babl-0.1.2/tests/Makefile.am-orig	2010-06-02 17:13:50.557293584 -0500
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ babl-0.1.2/tests/Makefile.am	2010-06-02 17:13:57.523121930 -0500
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -12,7 +12,6 @@ TESTS =				\
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 TESTS_ENVIRONMENT = BABL_PATH=$(top_builddir)/extensions/.libs
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-AM_LDFLAGS  = -pthread
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 LDADD = $(top_builddir)/babl/libbabl-@[email protected] \
1847ff0f1078 2010-06-02 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 	$(MATH_LIB)