summaryrefslogtreecommitdiff
path: root/nspr.morph
blob: f7491c4979d2762f15cc768c4c90fa89ea3af1fe (plain)
1
2
3
4
5
6
7
8
{
    "name": "nspr",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --enable-ipv6 --with-mozilla"
    ]
}