CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
opt-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48da15a
)
tslib: added define flag (-DUSE_INPUT_API)
author
Jose V Beneyto
<sepen@crux.nu>
Tue, 29 Dec 2009 07:18:00 +0000
(08:18 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Tue, 29 Dec 2009 07:18:00 +0000
(08:18 +0100)
tslib/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/tslib/Pkgfile
b/tslib/Pkgfile
index 24f69f0d56e6270ca78b8f4ded81703ab63c9f2b..00b9bdb574564946ddcf6c0b04d91b7ed46c6b53 100644
(file)
--- a/
tslib/Pkgfile
+++ b/
tslib/Pkgfile
@@
-5,13
+5,15
@@
name=tslib
version=1.0
-release=
1
+release=
2
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./autogen.sh
+ sed 's|LIBFLAGS="|LIBFLAGS="-DUSE_INPUT_API |' -i configure
+
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \