Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 42B9A781966 for ; Fri, 1 Nov 2019 11:19:33 +0000 (UTC) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 23963567; Fri, 1 Nov 2019 07:19:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 01 Nov 2019 07:19:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tevp.net; h=from :to:cc:subject:date:message-id; s=fm1; bh=mdRViGXXHvWrT1IEQPeXSv IO61ylc1sEXycGMT/OVqk=; b=U/joaSNEjvp9AyT6R1dFi9YxkFJuoGEqo5pAAm ENapHFx4aEFDu3Sj6XgJY1EqVLNBnveXocVqSh1QpxPTAHE2gI+QLpFsUveriTmN Z40VOPFFLY/uADsyFgf+9iXR62DBx9CusrgBA+iuo4yKaI3YEH+c/HnkpEL+jBzg hIcatb8osoDW9wOWFWWDNJsoQU2RUhq9ujg+Mi4BG2vASbmLzunZZQLuOopJqUPU cogJiSwNltDhuT6yUUJAWQuoqyq9vxM0Lk79loHAVsgeI9EWRadGQOh+nefoVoRU WF7nRN/sQcPQUe6bzqqN0tEOx5CTPYhmvGK4tHTKo6WhJfZA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=mdRViGXXHvWrT1IEQPeXSvIO61ylc1sEXycGMT/OVqk=; b=Dxyq+obL eklI8FxOZfdKfXrtfI4l2ApYWpA4/9AUY9QrtQ9OgT4k6SaGb+9YiYtET9Gg1yuk /fJdH0ipAUTyp4L26N/WVOLuMUU4R9zc6hGzzZlQp+WnTuhp92HM1mhQfesLKx0S VQLgbUy+9Aw5EHZBhnnSbTU5nrW9N0B9EHcZYVYn4IfZsRta/aMVtwyV9qQC0BGu 1Rikl+4gUt+7r3OgVv92njwpmv/X61Pn6ZCQnAbh7BemAcYs9fdQW/3xuLrPSFv0 UmQfIpP7W9gJXZqwWiVV91j+pcByhEa2T33weSGhD7V38Qz08eDmykxJPwx8G2rs Nh7pUDWzClOZRw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddtjedgvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofestddtredtredttd enucfhrhhomhepvfhomhcurfgrrhhkvghrqdfuhhgvmhhilhhtuceophgrlhhfrhgvhies thgvvhhprdhnvghtqeenucffohhmrghinhepuhhnihigohgusggtrdhorhhgnecukfhppe eivddrvdduiedrvdeggedrledvnecurfgrrhgrmhepmhgrihhlfhhrohhmpehprghlfhhr vgihsehtvghvphdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from localhost.localdomain (unknown [62.216.244.92]) by mail.messagingengine.com (Postfix) with ESMTPA id BD58680061; Fri, 1 Nov 2019 07:19:29 -0400 (EDT) From: Tom Parker-Shemilt To: alpine-aports@lists.alpinelinux.org Cc: Tom Parker-Shemilt Subject: [PATCH] main/unixodbc: Add static linking support Date: Fri, 1 Nov 2019 11:19:28 +0000 Message-Id: <20191101111928.73275-1-palfrey@tevp.net> X-Mailer: git-send-email 2.17.0 --- main/unixodbc/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/unixodbc/APKBUILD b/main/unixodbc/APKBUILD index a09aa1d588..47139f61f8 100644 --- a/main/unixodbc/APKBUILD +++ b/main/unixodbc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=unixodbc pkgver=2.3.7 -pkgrel=1 +pkgrel=2 pkgdesc="ODBC is an open specification to access Data Sources" url="http://www.unixodbc.org/" arch="all" @@ -24,7 +24,8 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-nls \ - --enable-gui=no + --enable-gui=no \ + --enable-static make } -- 2.17.0