[Lunar-commits] <moonbase-other> hupnp-ng: getting rid of that sedit, puts libs in wrong place.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Aug 2 15:41:04 CEST 2014
commit a35bbb5802636295eb43683de667b2bbe606d637
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 02 Aug 2014 09:40:38 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/a35bbb5802636295eb43683de667b2bbe606d637
hupnp-ng: getting rid of that sedit, puts libs in wrong place.
---
libs/hupnp-ng/BUILD | +4/-5
1 file changed, 4 insertions(+), 5 deletions(-)
--- a/libs/hupnp-ng/BUILD
+++ b/libs/hupnp-ng/BUILD
@@ -1,8 +1,7 @@
-(
- sedit "s:PREFIX/lib:PREFIX/\$(get_libdir):" hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro hupnp/src.pro hupnp_av/hupnp_av.pro &&
- qmake "PREFIX=/usr" "CONFIG+=DISABLE_TESTAPP" "CONFIG+=DISABLE_AVTESTAPP" $OPTS herqq.pro &&
+ qmake "PREFIX=/usr" \
+ "CONFIG += DISABLE_TESTAPP" \
+ "CONFIG += DISABLE_AVTESTAPP" \
+ $OPTS herqq.pro &&
default_make
-
-) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list