CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2701c
)
openssh: removed forced cflags.
author
Victor Martinez
<pitillo@ono.com>
Tue, 5 Apr 2011 14:54:42 +0000
(14:54 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 5 Apr 2011 14:54:42 +0000
(14:54 +0000)
openssh/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/openssh/Pkgfile
b/openssh/Pkgfile
index 070f0fbe40208aabc40ccbf01e8ee62fb54b256f..69f0d42953dfdd20c7e8ec92ad6f9373fdea2a34 100644
(file)
--- a/
openssh/Pkgfile
+++ b/
openssh/Pkgfile
@@
-25,8
+25,7
@@
build() {
--with-xauth=/usr/bin/xauth \
--with-zlib="$CLFS/usr" \
--with-ssl-dir="$CLFS/usr" \
- --with-libs="$LIBS -L$CLFS/usr/lib" \
- --with-cflags="$CFLAGS -I$CLFS/usr/include"
+ --with-libs="$LIBS -L$CLFS/usr/lib"
make AR="$AR" RANLIB="$RANLIB" AS="$AS" LD="$CC"
make DESTDIR=$PKG STRIP_OPT="-s --strip-program=$STRIP" AR="$AR" RANLIB="$RANLIB" AS="$AS" install