File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ --- Python-2.7.2/Makefile.pre.in.orig 2012-01-07 18:25:42.097075564 +0100
2
+ +++ Python-2.7.2/Makefile.pre.in 2012-01-07 18:26:03.289074810 +0100
3
+ @@ -410,8 +410,8 @@
4
+ # Build the shared modules
5
+ sharedmods: $(BUILDPYTHON)
6
+ @case $$MAKEFLAGS in \
7
+ - *s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' PYTHONXCPREFIX='$(DESTDIR)$(prefix)' $(HOSTPYTHON) -E $(srcdir)/setup.py -q build;; \
8
+ - *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' PYTHONXCPREFIX='$(DESTDIR)$(prefix)' $(HOSTPYTHON) -E $(srcdir)/setup.py build;; \
9
+ + *s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' PYTHONXCPREFIX='$(DESTDIR)$(prefix)' $(HOSTPYTHON) -E $(srcdir)/setup.py build -v;; \
10
+ + *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' PYTHONXCPREFIX='$(DESTDIR)$(prefix)' $(HOSTPYTHON) -E $(srcdir)/setup.py build -v;; \
11
+ esac
12
+
13
+ # Build static library
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
34
34
35
35
LOCAL_MODULE: = jpeg
36
36
37
- include $(BUILD_SHARED_LIBRARY )
37
+ include $(BUILD_STATIC_LIBRARY )
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ LOCAL_MODULE:= png
38
38
LOCAL_COPY_HEADERS_TO := $(common_COPY_HEADERS_TO )
39
39
LOCAL_COPY_HEADERS := $(common_COPY_HEADERS )
40
40
41
- include $(BUILD_SHARED_LIBRARY )
41
+ include $(BUILD_STATIC_LIBRARY )
42
42
You can’t perform that action at this time.
0 commit comments