[oe-commits] org.oe.oz354x ppp_2.4.3.bb : amd64 build fixes from .dev

xora commit openembedded-commits at lists.openembedded.org
Sun Jan 28 23:13:15 UTC 2007


ppp_2.4.3.bb : amd64 build fixes from .dev

Author: xora at openembedded.org
Branch: org.openembedded.oz354x
Revision: be3ee234c36eeb5a1d7f409d1bf2c7c15be96b2e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=be3ee234c36eeb5a1d7f409d1bf2c7c15be96b2e
Files:
1
packages/ppp/ppp-2.4.3/makefile-remove-hard-usr-reference.patch
packages/ppp/ppp_2.4.3.bb
Diffs:

#
# mt diff -r27a4e0ca15d5c696b0c286bade691ba7ac47895f -rbe3ee234c36eeb5a1d7f409d1bf2c7c15be96b2e
#
# 
# 
# add_file "packages/ppp/ppp-2.4.3/makefile-remove-hard-usr-reference.patch"
#  content [207e7091e854aa174d9af168e253a408fd782e5d]
# 
# patch "packages/ppp/ppp_2.4.3.bb"
#  from [23baac3aa34148d3ff94796e5b97f194c4db3fe7]
#    to [d14319ff7b8e28125d483a2521d3d29eb90ca4d7]
# 
============================================================
--- packages/ppp/ppp-2.4.3/makefile-remove-hard-usr-reference.patch	207e7091e854aa174d9af168e253a408fd782e5d
+++ packages/ppp/ppp-2.4.3/makefile-remove-hard-usr-reference.patch	207e7091e854aa174d9af168e253a408fd782e5d
@@ -0,0 +1,19 @@
+--- ppp-2.4.3/pppd/Makefile.linux.orig	2006-01-17 15:09:56.000000000 +0000
++++ ppp-2.4.3/pppd/Makefile.linux	2006-01-17 15:10:21.000000000 +0000
+@@ -117,12 +117,12 @@
+ #LIBS     += -lshadow $(LIBS)
+ endif
+ 
+-ifneq ($(wildcard /usr/include/crypt.h),)
++#ifneq ($(wildcard /usr/include/crypt.h),)
+ CFLAGS   += -DHAVE_CRYPT_H=1
+-endif
+-ifneq ($(wildcard /usr/lib/libcrypt.*),)
++#endif
++#ifneq ($(wildcard /usr/lib/libcrypt.*),)
+ LIBS	+= -lcrypt
+-endif
++#endif
+ 
+ ifdef NEEDDES
+ ifndef USE_CRYPT
============================================================
--- packages/ppp/ppp_2.4.3.bb	23baac3aa34148d3ff94796e5b97f194c4db3fe7
+++ packages/ppp/ppp_2.4.3.bb	d14319ff7b8e28125d483a2521d3d29eb90ca4d7
@@ -10,6 +10,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/p
 	file://cifdefroute.patch;patch=1 \
 	file://pppd-resolv-varrun.patch;patch=1 \
 	file://plugins-fix-CC.patch;patch=1 \
+        file://makefile-remove-hard-usr-reference.patch;patch=1 \
 	file://pon \
 	file://poff \
 	file://init \






More information about the Openembedded-commits mailing list