Revision: 5264 http://ipcop.svn.sourceforge.net/ipcop/?rev=5264&view=rev Author: owes Date: 2010-12-22 09:03:27 +0000 (Wed, 22 Dec 2010)
Log Message: ----------- Make sure util-linux-ng build picks up -fPIE -pie Modified Paths: -------------- ipcop/trunk/lfs/util-linux-ng Modified: ipcop/trunk/lfs/util-linux-ng =================================================================== --- ipcop/trunk/lfs/util-linux-ng 2010-12-22 06:51:32 UTC (rev 5263) +++ ipcop/trunk/lfs/util-linux-ng 2010-12-22 09:03:27 UTC (rev 5264) @@ -112,7 +112,10 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && sed -i 's...@etc/adjt...@var/lib/hwclock/adjt...@g' hwclock/hwclock.c cd $(DIR_APP) && mkdir -pv /var/lib/hwclock - cd $(DIR_APP) && ./configure --disable-cramfs --disable-schedutils --disable-static --disable-nls + # Make sure build picks up -fPIE -pie, otherwise lscpu will fail to build + cd $(DIR_APP) && CFLAGS="$(CFLAGS) -fPIE -pie" ./configure \ + --disable-static --disable-nls \ + --disable-cramfs --disable-schedutils cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make -j $(PARALLELISM) install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn