diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-03 22:22:08 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-08-03 22:22:08 +0000 |
commit | d94e95c91846ccb048c3f6bfa06a34c5369731dc (patch) | |
tree | 162d58828ba8ae9a1fd8be0940678722f5604103 /packages/git/git_1.5.2.3.bb | |
parent | f68a0b07dbfc2335454d3025e6261f32b2cffa3a (diff) |
git: fix runtime issues
* fix config.mak.in to export LDFLAGS, now it
compiles and runs in a sane way
* remove the OEMAKE_EXTRA hack for LDFLAGS
* bump PR
Diffstat (limited to 'packages/git/git_1.5.2.3.bb')
-rw-r--r-- | packages/git/git_1.5.2.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/git/git_1.5.2.3.bb b/packages/git/git_1.5.2.3.bb index f70d840c4c..db43aa71fd 100644 --- a/packages/git/git_1.5.2.3.bb +++ b/packages/git/git_1.5.2.3.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel developers" SECTION = "console/utils" LICENSE = "GPL" -PR="r3" +PR="r4" inherit autotools @@ -14,7 +14,7 @@ S = "${WORKDIR}/git-${PV}" DEPENDS = "openssl curl zlib expat" RDEPENDS = "perl perl-module-file-path cpio findutils sed" -EXTRA_OEMAKE = "NO_TCLTK=1 LDFLAGS=${LDFLAGS}" +EXTRA_OEMAKE = "NO_TCLTK=1" do_install() { oe_runmake install DESTDIR="${D}" bindir="${bindir}" \ |