diff options
Diffstat (limited to 'recipes/libusb/libusb-0.1.8/amd64-fPIC.patch')
-rw-r--r-- | recipes/libusb/libusb-0.1.8/amd64-fPIC.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/libusb/libusb-0.1.8/amd64-fPIC.patch b/recipes/libusb/libusb-0.1.8/amd64-fPIC.patch deleted file mode 100644 index b8cfdbe697..0000000000 --- a/recipes/libusb/libusb-0.1.8/amd64-fPIC.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2004-03-27 16:34:18.371955584 +0100 -+++ Makefile.in 2004-03-27 16:34:07.796563288 +0100 -@@ -54,7 +54,7 @@ - CC = @CC@ - CCDEPMODE = @CCDEPMODE@ - --CFLAGS = $(CFLAGS_EXT) -+CFLAGS = $(CFLAGS_EXT) -fPIC - CPP = @CPP@ - CPPFLAGS = @CPPFLAGS@ - CXX = @CXX@ |