From b98c2d1bc0b0cb0e833b6e5212980c43baf03623 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Thu, 23 Jul 2015 21:15:51 +0200 Subject: libs/popt: build static and shared library --- libs/popt/BUILD | 1 + libs/popt/HISTORY | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 libs/popt/BUILD diff --git a/libs/popt/BUILD b/libs/popt/BUILD new file mode 100755 index 0000000000..df3414db7a --- /dev/null +++ b/libs/popt/BUILD @@ -0,0 +1 @@ +OPTS="--enable-static --enable-shared $OPTS" default_build diff --git a/libs/popt/HISTORY b/libs/popt/HISTORY index 090e63a197..48b2223cb5 100644 --- a/libs/popt/HISTORY +++ b/libs/popt/HISTORY @@ -1,3 +1,6 @@ +2015-07-23 Florian Franzmann + * BUILD: build static and shared library + 2010-05-10 Ladislav Hagara * DETAILS: 1.16 -- cgit v1.2.3