summaryrefslogtreecommitdiffstats
path: root/source.local/d/oprofile/oprofile.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/d/oprofile/oprofile.SlackBuild')
-rwxr-xr-xsource.local/d/oprofile/oprofile.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/source.local/d/oprofile/oprofile.SlackBuild b/source.local/d/oprofile/oprofile.SlackBuild
index 31ecfa8..390bd21 100755
--- a/source.local/d/oprofile/oprofile.SlackBuild
+++ b/source.local/d/oprofile/oprofile.SlackBuild
@@ -20,11 +20,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Modified 2012 by Eric Hameleers <alien at slackware.com> for ARM port.
-
-VERSION=${VERSION:-$(echo oprofile-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.9.7}
+BUILD=${BUILD:-4}
NUMJOBS=${NUMJOBS:-" -j7 "}
@@ -72,7 +70,7 @@ tar xvf $CWD/oprofile-$VERSION.tar.?z* || exit 1
cd oprofile-$VERSION
zcat $CWD/oprofile.binutils.diff.gz | patch -p1 --verbose || exit 1
-#zcat $CWD/oprofile-0.9.6_mutable.diff.gz | patch -p1 --verbose || exit 1
+zcat $CWD/oprofile.config.h.diff.gz | patch -p1 --verbose || exit 1
./autogen.sh