~alpine/aports

main/libconfig: re-enable C++ libraries again v1 PROPOSED

Jakub Skrzypnik: 1
 main/libconfig: re-enable C++ libraries again

 1 files changed, 0 insertions(+), 1 deletions(-)
I found some of my locally-built software needs C++ headers and libs,
and while this change isn't going to break other systems (and Alpine
goals) I decided to put that change upstream.

I might also add some other packages which depends on libconfig C++
libs soon (not 100% sure yet, testing Alpine in my local env), so this
is a kind of preparation I think.

2016-04-17 3:19 GMT+02:00, Orion <systmkor@gmail.com>:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2656/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/libconfig: re-enable C++ libraries again Export this patch

---
 main/libconfig/APKBUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/libconfig/APKBUILD b/main/libconfig/APKBUILD
index 7816eb5..8f17a71 100644
--- a/main/libconfig/APKBUILD
+++ b/main/libconfig/APKBUILD
@@ -23,7 +23,6 @@ build() {
		--host=$CHOST \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--disable-cxx \
		|| return 1
	make || return 1
}
-- 
2.8.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Not saying this shouldn't be done, but why?


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---