[Lunar-commits] <moonbase-other> ptlib: moved patch_it to PRE_BUILD and nuked BUILD

Stefan Wold ratler at lunar-linux.org
Tue Nov 5 19:36:42 CET 2013


commit 8064fccc824690040f9e913707ccb278b1d6576b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 05 Nov 2013 10:35:36 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8064fccc824690040f9e913707ccb278b1d6576b

ptlib: moved patch_it to PRE_BUILD and nuked BUILD
---
  libs/ptlib/BUILD     | +0/-5     
  libs/ptlib/PRE_BUILD | +2/-0     
  2 files changed, 2 insertions(+), 5 deletions(-)

--- a/libs/ptlib/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-patch_it $SOURCE2 1
-
-default_build
-
-# install -m 0664 version.h /usr/share/ptlib/
--- /dev/null
+++ b/libs/ptlib/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1




More information about the Lunar-commits mailing list