Skip to content

Go security release (1.8.7 / 1.9.4) breaks package compilation #268

Closed
@rasky

Description

@rasky

Description of the Go fix that breaks compilation: http://golang.org/issue/23672

LDFLAGS now has a whitelist in place for options it accepts, and it doesn't accept bare filenames. This breaks compilation of ui.

// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -lm -ldl

There should probably be a -l added in front of the base library name, and a -L for the directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions