]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matrixssl/matrixssl-1.0-beta/cross.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / matrixssl / matrixssl-1.0-beta / cross.patch
1 --- src/Makefile~cross  2004-03-01 19:12:37.000000000 -0500
2 +++ src/Makefile        2004-06-04 21:59:55.527364588 -0400
3 @@ -12,14 +12,14 @@
4  #
5  #   Debug flags and C flags
6  #
7 -DFLAGS = -O3
8 +CFLAGS = -O3
9  #
10  # To build a debug version of the MatrixSSL library, uncomment the DFLAGS line
11  # below and remove the strip command in the .so target below.
12  #
13 -#DFLAGS        = -g -DDEBUG
14 +#CFLAGS        = -g -DDEBUG
15  
16 -CFLAGS  = -DLINUX $(DFLAGS)
17 +override CFLAGS += -DLINUX
18  LDFLAGS = -Wl -lc -lpthread
19  
20  all: compile
21 @@ -56,7 +56,6 @@
22  #
23  libmatrixssl.so: $(OBJECTS)
24         $(CC) -shared -nostdlib -o $@ $^ $(LDFLAGS)
25 -       strip $(LIBRARIES)
26  
27  #
28  #      Clean up workspace