Closed Bug 707300 Opened 13 years ago Closed 8 years ago

Remove FORCE_USE_PIC from dbm's Makefile.in

Categories

(NSS :: Build, enhancement, P1)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: briansmith, Unassigned)

Details

Attachments

(1 file)

+++ This bug was initially created as a clone of Bug #698552 +++ (In reply to Ms2ger from Bug 698552 Comment 14) > https://hg.mozilla.org/mozilla-central/rev/2050e4dfe6e3 > > 1.1 --- a/dbm/src/Makefile.in > 1.2 +++ b/dbm/src/Makefile.in > 1.3 @@ -74,16 +74,17 @@ endif > 1.4 ifeq (,$(filter -DHAVE_SNPRINTF=1,$(ACDEFINES))) > 1.5 CSRCS += snprintf.c > 1.6 endif > 1.7 endif # WINNT > 1.8 > 1.9 LOCAL_INCLUDES = -I$(srcdir)/../include > 1.10 > 1.11 FORCE_STATIC_LIB = 1 > 1.12 +FORCE_USE_PIC = 1 > > Note bug 698248. What effect does/did FORCE_USE_PIC have? Is it just a no-op now?
(In reply to Brian Smith (:bsmith) from comment #0) > +++ This bug was initially created as a clone of Bug #698552 +++ > > (In reply to Ms2ger from Bug 698552 Comment 14) > > https://hg.mozilla.org/mozilla-central/rev/2050e4dfe6e3 > > > > 1.1 --- a/dbm/src/Makefile.in > > 1.2 +++ b/dbm/src/Makefile.in > > 1.3 @@ -74,16 +74,17 @@ endif > > 1.4 ifeq (,$(filter -DHAVE_SNPRINTF=1,$(ACDEFINES))) > > 1.5 CSRCS += snprintf.c > > 1.6 endif > > 1.7 endif # WINNT > > 1.8 > > 1.9 LOCAL_INCLUDES = -I$(srcdir)/../include > > 1.10 > > 1.11 FORCE_STATIC_LIB = 1 > > 1.12 +FORCE_USE_PIC = 1 > > > > Note bug 698248. > > What effect does/did FORCE_USE_PIC have? No idea. > Is it just a no-op now? I think so, yes.
Attached patch patch (deleted) — Splinter Review
FORCE_USE_PIC is gone it seems.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: