[Lunar-commits] <moonbase-other> libnotify: fix the lib install path.

Florin Braescu florin at lunar-linux.org
Sun Aug 18 11:54:49 CEST 2013


commit 2e60bc383014daba54a3a62f48a90e9b6b42cc47
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 18 Aug 2013 02:54:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2e60bc383014daba54a3a62f48a90e9b6b42cc47

libnotify: fix the lib install path.
---
  libs/libnotify/BUILD | +4/-2     
  1 file changed, 4 insertions(+), 2 deletions(-)

--- a/libs/libnotify/BUILD
+++ b/libs/libnotify/BUILD
@@ -1,5 +1,7 @@
 
-  OPTS+=" --includedir=/usr/include/$MODULE-$VERSION --libdir=/usr/lib/$MODULE-$VERSION \
-          --program-suffix=-$MODULE-$VERSION" &&
+  OPTS+=" --includedir=/usr/include/$MODULE-$VERSION \
+          --libdir=/usr/lib \
+          --program-suffix=-$MODULE-$VERSION \
+          --disable-static" &&
 
   default_build




More information about the Lunar-commits mailing list