You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
483 B
16 lines
483 B
|
11 years ago
|
Index: Makefile.in
|
||
|
|
--- Makefile.in.orig 2014-03-31 18:37:49.000000000 +0200
|
||
|
|
+++ Makefile.in 2015-01-14 17:04:09.036444238 +0100
|
||
|
|
@@ -89,11 +89,6 @@
|
||
|
|
ifeq ($(IMPORTLIB),$(SO))
|
||
|
|
STATIC_LIBS := $(objroot)lib/$(LIBJEMALLOC).$(A)
|
||
|
|
endif
|
||
|
|
-ifdef PIC_CFLAGS
|
||
|
|
-STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_pic.$(A)
|
||
|
|
-else
|
||
|
|
-STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_s.$(A)
|
||
|
|
-endif
|
||
|
|
DSOS := $(objroot)lib/$(LIBJEMALLOC).$(SOREV)
|
||
|
|
ifneq ($(SOREV),$(SO))
|
||
|
|
DSOS += $(objroot)lib/$(LIBJEMALLOC).$(SO)
|