diff options
author | Tim Biermann <tbier@posteo.de> | 2020-05-24 13:28:34 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-05-24 13:28:34 +0000 |
commit | b3541e5516c726cfebbf7a231acd397699575948 (patch) | |
tree | df16bf57f3c19d1f395e5a9b8d5ad91caeae4282 /ucl | |
parent | e9b5dd178615530afde4f53ce339ff7111b96637 (diff) | |
download | contrib-b3541e5516c726cfebbf7a231acd397699575948.tar.gz contrib-b3541e5516c726cfebbf7a231acd397699575948.tar.xz |
ucl: fixed build
Diffstat (limited to 'ucl')
-rw-r--r-- | ucl/.signature | 4 | ||||
-rw-r--r-- | ucl/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ucl/.signature b/ucl/.signature index 590dd2ddd..2b29a82d4 100644 --- a/ucl/.signature +++ b/ucl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zwcJtkZ9FxE+dAtssNCpnKnE7pem1dink6rXVmwkm95WzS8GupwqUmkdQlfF7mbcNWQYBWUdmN4YlySfoKi5wc= -SHA256 (Pkgfile) = a4034a380b2a2e6bf392c9ab433ceae19f3b07ce08bab5c0610bb953e6333b0b +RWSagIOpLGJF3xiLe7ZNgEbdVpj4L85hRD622LUQNb66Ib6is+8/2ORUJTZ3tOHbMWaG3nvF045kaHgzJ0wBT7ShrRlVLCj0Gw0= +SHA256 (Pkgfile) = 5e2aad4b394de0c348dc53afd22293bbfeaa9d49b92bc9c6bd099fbd5a964311 SHA256 (.footprint) = af844c18c836ac347a23092b1f276941a988205e5cccbd508404ad789e4b2408 SHA256 (ucl-1.03.tar.gz) = b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348 diff --git a/ucl/Pkgfile b/ucl/Pkgfile index c1909d409..a3dac1303 100644 --- a/ucl/Pkgfile +++ b/ucl/Pkgfile @@ -6,12 +6,13 @@ name=ucl version=1.03 -release=1 +release=2 source=(http://www.oberhumer.com/opensource/ucl/download/ucl-$version.tar.gz) build() { cd ucl-$version + CFLAGS+=" -std=gnu90 -fPIC" ./configure \ --prefix=/usr \ --enable-shared |