]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- remove -s from LDFLAGS. busybox-0_51-11
authorkloczek <kloczek@pld-linux.org>
Sun, 19 Aug 2001 15:47:05 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox.spec -> 1.24

busybox.spec

index e68d8f310a27543c661ee6a04b847300bc775218..81074d830c7b34119f1bf564e536b4fc285bbe05 100644 (file)
@@ -72,7 +72,7 @@ cp -f %{SOURCE1} Config.h
 %if %{?BOOT:1}%{!?BOOT:0}
 %{__make} \
        CFLAGS_EXTRA="-I%{_libdir}/bootdisk%{_includedir}" \
-       LDFLAGS="-nostdlib -s" \
+       LDFLAGS="-nostdlib" \
        LIBRARIES="%{_libdir}/bootdisk%{_libdir}/crt0.o %{_libdir}/bootdisk%{_libdir}/libc.a -lgcc"
 mv -f busybox busybox-BOOT
 %endif
This page took 0.148404 seconds and 4 git commands to generate.