mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libetpan: fix libetpan-config for multilib
This commit is contained in:
parent
a782ece2cc
commit
59b251ecc0
2 changed files with 13 additions and 1 deletions
12
srcpkgs/libetpan/patches/multilib.patch
Normal file
12
srcpkgs/libetpan/patches/multilib.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- libetpan-config.in.orig 2015-03-29 14:26:51.317434432 +0200
|
||||||
|
+++ libetpan-config.in 2015-03-29 14:34:29.172407320 +0200
|
||||||
|
@@ -47,8 +47,7 @@
|
||||||
|
echo $includedir
|
||||||
|
;;
|
||||||
|
--libs)
|
||||||
|
- libdir=-L@libdir@
|
||||||
|
- echo $libdir -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
|
||||||
|
+ echo -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "${usage}" 1>&2
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libetpan'
|
# Template file for 'libetpan'
|
||||||
pkgname=libetpan
|
pkgname=libetpan
|
||||||
version=1.6
|
version=1.6
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
|
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
|
||||||
--with-curl --with-zlib --with-sasl"
|
--with-curl --with-zlib --with-sasl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue