Closed Bug 13412 Opened 25 years ago Closed 25 years ago

--with-extensions tries to build mozilla/extensions/yes

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
Linux

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sdm, Assigned: shaver)

Details

Attachments

(2 files)

Configuring with --with-extensions adds the line:
MOZ_EXTENSIONS  = yes
to config/autoconf.mk

extensions/Makefile.in has this line:
DIRS		+= $(MOZ_EXTENSIONS)
which means it tries to build yes.

Dunno the best fix, but, if you turn on all the extensions, it seems as though
MOZ_EXTENSIONS should be all the extensions dirs, minus cookie and wallet.
This is working as designed, and as documented.  You have to specify which
extensions you want, as in --with-extensions=irc,wallet.
Status: NEW → ASSIGNED
I've been thinking about this more, and it would be nice if it worked the way
smorrison describes.  I'll try and fix this for beta.
Severity: normal → minor
Target Milestone: M11
Attached patch Potential fixSplinter Review
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fix has been checked in.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: