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:
54acd58
)
x11vnc: fixed usage of AR variable
author
Jose V Beneyto
<sepen@crux.nu>
Tue, 26 Jan 2010 09:27:34 +0000
(10:27 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Tue, 26 Jan 2010 09:27:34 +0000
(10:27 +0100)
x11vnc/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/x11vnc/Pkgfile
b/x11vnc/Pkgfile
index 4ebe82dce39b7787ec9a79bc77606533f97be6ff..e6f3ffcc40768c24e58215b462668469bdc8d1d0 100644
(file)
--- a/
x11vnc/Pkgfile
+++ b/
x11vnc/Pkgfile
@@
-18,7
+18,7
@@
build() {
--mandir=$PKG/usr/man \
--x-includes=$CLFS/usr/include/X11 \
--x-libraries=$CLFS/usr/lib/X11
- make
+ make
AR="$AR"
make prefix=$PKG/usr install
rm $PKG/usr/share/x11vnc/classes/ssl/README
}