[Bug 1661] New: [IcedTea7] Cleanup SYSTEM_* options and allow them to be set false

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jan 31 16:36:23 PST 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1661

            Bug ID: 1661
           Summary: [IcedTea7] Cleanup SYSTEM_* options and allow them to
                    be set false
    Classification: Unclassified
           Product: IcedTea
           Version: 7-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

System options currently use:

ifndef USE_SYSTEM_FONTCONFIG
vpath %.c   $(PLATFORM_SRC)/native/common/deps/fontconfig2
endif

which will cause the system code to still be used if
USE_SYSTEM_FONTCONFIG=false.
Fix to use:

ifneq ($(SYSTEM_FONTCONFIG), true)

etc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140201/ca55ea9c/attachment.html 


More information about the distro-pkg-dev mailing list