Browse Source

fix cross-compile

Waldemar Brodkorb 15 years ago
parent
commit
58f46acfc2
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package/pptpd/Makefile
  2. 2 2
      package/pptpd/patches/patch-Makefile_in

+ 1 - 1
package/pptpd/Makefile

@@ -17,7 +17,7 @@ include ${TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,PPTPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
-TCFLAGS+=		-DSBINDIR=\\\"/usr/sbin\\\"
+TCFLAGS+=		-fPIC -DSBINDIR='\\\"/usr/sbin\\\"'
 FAKE_FLAGS+=		INSTALL="install"
 
 post-install:

+ 2 - 2
package/pptpd/patches/patch-Makefile_in

@@ -1,11 +1,11 @@
 --- pptpd-1.3.4.orig/Makefile.in	2007-04-16 03:10:27.000000000 +0200
-+++ pptpd-1.3.4/Makefile.in	2010-05-29 18:48:12.250000000 +0200
++++ pptpd-1.3.4/Makefile.in	2010-06-10 10:55:01.421440719 +0200
 @@ -104,7 +104,7 @@ AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
  CC = @CC@
  CCDEPMODE = @CCDEPMODE@
 -CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"'
-+CFLAGS = -Wall -DSBINDIR='"$(sbindir)"'
++CFLAGS ?= -Wall -DSBINDIR='"$(sbindir)"'
  CPP = @CPP@
  CPPFLAGS = @CPPFLAGS@
  CYGPATH_W = @CYGPATH_W@